diff options
author | Steve Naroff <snaroff@apple.com> | 2007-09-19 03:01:22 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2007-09-19 03:01:22 +0000 |
commit | 2cc62aad7d4cb604517c6e9decb79596605a2df0 (patch) | |
tree | ae3ad8bf2eb80122fee9da7280d4cd6fe15a66ce | |
parent | 660fa00780c7a6c2c6a3f1e1e7e48f46a973c3b6 (diff) |
Remove #include of config.h, it is no longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42126 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Sema/SemaDecl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sema/SemaDecl.cpp b/Sema/SemaDecl.cpp index cdcb024291..3742702058 100644 --- a/Sema/SemaDecl.cpp +++ b/Sema/SemaDecl.cpp @@ -22,7 +22,6 @@ #include "clang/Lex/IdentifierTable.h" #include "clang/Basic/LangOptions.h" #include "clang/Basic/TargetInfo.h" -#include "llvm/Config/config.h" #include "llvm/ADT/SmallString.h" #include "llvm/ADT/SmallSet.h" using namespace clang; |