From f96b5e801d67dac4fb1b94566aa4be3a3a5756d5 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 7 Jun 2021 18:19:44 +0100 Subject: [PATCH] OptBisect.cpp - remove unused include. NFCI. StringRef.h is included in OptBisect.h and we have no uses of std::string. --- llvm/lib/IR/OptBisect.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/IR/OptBisect.cpp b/llvm/lib/IR/OptBisect.cpp index dc85e13..2cf2298 100644 --- a/llvm/lib/IR/OptBisect.cpp +++ b/llvm/lib/IR/OptBisect.cpp @@ -13,13 +13,11 @@ //===----------------------------------------------------------------------===// #include "llvm/IR/OptBisect.h" -#include "llvm/ADT/StringRef.h" #include "llvm/Pass.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/raw_ostream.h" #include #include -#include using namespace llvm; -- 2.7.4