From: Justin Bogner Date: Fri, 18 Apr 2014 22:31:07 +0000 (+0000) Subject: CodeGen: Remove an unused include X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88f6a9e5fb1ae59de320ac600a8fc15b9348d5c8;p=clang CodeGen: Remove an unused include git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206667 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenPGO.cpp b/lib/CodeGen/CodeGenPGO.cpp index aaeafd1a64..6991e40f97 100644 --- a/lib/CodeGen/CodeGenPGO.cpp +++ b/lib/CodeGen/CodeGenPGO.cpp @@ -15,7 +15,6 @@ #include "CodeGenFunction.h" #include "clang/AST/RecursiveASTVisitor.h" #include "clang/AST/StmtVisitor.h" -#include "llvm/Config/config.h" // for strtoull()/strtoul() define #include "llvm/IR/MDBuilder.h" #include "llvm/ProfileData/InstrProfReader.h" #include "llvm/Support/Endian.h"