diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-10-07 08:58:51 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-10-07 08:58:51 +0000 |
| commit | ef6b13678181dfc2e6e68c02966fee9ce64ced69 (patch) | |
| tree | 8db6b2daa85ffba81b3128ef3e778b8ded40d4df /clang/AST/Decl.cpp | |
| parent | d3985924f490c47fdc3e0f6fbc9c61ae9a83f30e (diff) | |
| download | bcm5719-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.cpp | 2 |
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 |

