drop unneeded config.h includes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dylan Noblesmith
2011-12-22 23:04:07 +00:00
parent b8c20b8d78
commit 9421406aad
11 changed files with 2 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/Atomic.h"
#include "llvm/Config/config.h"
#include "llvm/Config/llvm-config.h"
using namespace llvm;