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 | c7229c338c21ef26b01ef3ecf9eec4fd373fa9ec (patch) | |
tree | e45a8d2d3d4bfc74cd6e39d4126ab03942ed7a46 /Driver/PrintParserCallbacks.cpp | |
parent | dbf388b54bb1688ee4470c61235494cbc34b8f3c (diff) |
move IdentifierTable.h from liblex to libbasic.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/PrintParserCallbacks.cpp')
-rw-r--r-- | Driver/PrintParserCallbacks.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Driver/PrintParserCallbacks.cpp b/Driver/PrintParserCallbacks.cpp index 0ed922371f..e3bfdf57f1 100644 --- a/Driver/PrintParserCallbacks.cpp +++ b/Driver/PrintParserCallbacks.cpp @@ -13,7 +13,6 @@ //===----------------------------------------------------------------------===// #include "clang.h" -#include "clang/Lex/IdentifierTable.h" #include "clang/Parse/Action.h" #include "clang/Parse/DeclSpec.h" #include <iostream> |