From 9efe89d82ff95e72d25772c5c7eb1f55e0b7492e Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 13 Jun 2021 17:08:15 +0100 Subject: [PATCH] BoundsChecking.cpp - tidy implicit header dependencies. NFCI. We don't use but we do use std::pair () --- llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp b/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp index efb11b6..4ad07cab 100644 --- a/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp +++ b/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp @@ -32,7 +32,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include -#include +#include using namespace llvm; -- 2.7.4