summaryrefslogtreecommitdiffstats
path: root/clang/AST/Decl.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-07 08:58:51 +0000
committerChris Lattner <sabre@nondot.org>2007-10-07 08:58:51 +0000
commitef6b13678181dfc2e6e68c02966fee9ce64ced69 (patch)
tree8db6b2daa85ffba81b3128ef3e778b8ded40d4df /clang/AST/Decl.cpp
parentd3985924f490c47fdc3e0f6fbc9c61ae9a83f30e (diff)
downloadbcm5719-llvm-ef6b13678181dfc2e6e68c02966fee9ce64ced69.tar.gz
bcm5719-llvm-ef6b13678181dfc2e6e68c02966fee9ce64ced69.zip
move IdentifierTable.h from liblex to libbasic.
llvm-svn: 42730
Diffstat (limited to 'clang/AST/Decl.cpp')
-rw-r--r--clang/AST/Decl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/AST/Decl.cpp b/clang/AST/Decl.cpp
index da7aab9bcca..e629e9c26e3 100644
--- a/clang/AST/Decl.cpp
+++ b/clang/AST/Decl.cpp
@@ -13,7 +13,7 @@
#include "clang/AST/Decl.h"
#include "clang/AST/DeclObjC.h"
-#include "clang/Lex/IdentifierTable.h"
+#include "clang/Basic/IdentifierTable.h"
using namespace clang;
// temporary statistics gathering
OpenPOWER on IntegriCloud