drop unneeded config.h includes
[oota-llvm.git] / lib / TableGen / TGLexer.cpp
index 45d0b1ed2b046546c3af000fd53489112b6cf04d..0977b00e8c9a0752e4ba2f8d19dd9c7d905cdfda 100644 (file)
@@ -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>