Remove unneeded #include
authorChris Lattner <sabre@nondot.org>
Sun, 7 Sep 2003 05:09:32 +0000 (05:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Sep 2003 05:09:32 +0000 (05:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8386 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/TableGen/FileLexer.l
utils/TableGen/FileLexer.l

index f3cd32522aa751fc9e1c6fa733f2bd1b5c0e68fa..52f46b5239ab6710eba8bc8f318c26ed5417b0d3 100644 (file)
@@ -21,7 +21,6 @@
 
 %{
 #include "Record.h"
-#include "Support/CommandLine.h"
 typedef std::pair<Record*, std::vector<Init*>*> SubClassRefTy;
 #include "FileParser.h"
 
index f3cd32522aa751fc9e1c6fa733f2bd1b5c0e68fa..52f46b5239ab6710eba8bc8f318c26ed5417b0d3 100644 (file)
@@ -21,7 +21,6 @@
 
 %{
 #include "Record.h"
-#include "Support/CommandLine.h"
 typedef std::pair<Record*, std::vector<Init*>*> SubClassRefTy;
 #include "FileParser.h"