diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-07 05:09:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-07 05:09:32 +0000 |
commit | 6cb0f4d7744d68bf7ebeea039cb3ea2613555535 (patch) | |
tree | a27c390e1e085c34f3ed0323ed0732b4171b8894 /utils | |
parent | 40574dd289ae24721e54b25a891a4d5b11258828 (diff) | |
download | external_llvm-6cb0f4d7744d68bf7ebeea039cb3ea2613555535.zip external_llvm-6cb0f4d7744d68bf7ebeea039cb3ea2613555535.tar.gz external_llvm-6cb0f4d7744d68bf7ebeea039cb3ea2613555535.tar.bz2 |
Remove unneeded #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/FileLexer.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/FileLexer.l b/utils/TableGen/FileLexer.l index f3cd325..52f46b5 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" |