diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-22 23:04:07 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-22 23:04:07 +0000 |
commit | 9e5b178eccd08aec2cf13f78f31e17a9f22c320a (patch) | |
tree | 2ece84fa75ce8a47d0d2d8029a76f3f50785d71d /llvm/lib/TableGen | |
parent | 54671a787cb7b928137acebc28dd9c53953bf6ed (diff) | |
download | bcm5719-llvm-9e5b178eccd08aec2cf13f78f31e17a9f22c320a.tar.gz bcm5719-llvm-9e5b178eccd08aec2cf13f78f31e17a9f22c320a.zip |
drop unneeded config.h includes
llvm-svn: 147197
Diffstat (limited to 'llvm/lib/TableGen')
-rw-r--r-- | llvm/lib/TableGen/TGLexer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/TableGen/TGLexer.cpp b/llvm/lib/TableGen/TGLexer.cpp index 45d0b1ed2b0..0977b00e8c9 100644 --- a/llvm/lib/TableGen/TGLexer.cpp +++ b/llvm/lib/TableGen/TGLexer.cpp @@ -15,7 +15,6 @@ #include "llvm/TableGen/Error.h" #include "llvm/Support/SourceMgr.h" #include "llvm/Support/MemoryBuffer.h" -#include "llvm/Config/config.h" #include "llvm/ADT/StringSwitch.h" #include "llvm/ADT/Twine.h" #include <cctype> |