summaryrefslogtreecommitdiff
path: root/utils/TableGen/FileLexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/FileLexer.l')
-rw-r--r--utils/TableGen/FileLexer.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l
index f3cd32522a..52f46b5239 100644
--- a/utils/TableGen/FileLexer.l
+++ b/utils/TableGen/FileLexer.l
@@ -21,7 +21,6 @@
%{
#include "Record.h"
-#include "Support/CommandLine.h"
typedef std::pair<Record*, std::vector<Init*>*> SubClassRefTy;
#include "FileParser.h"