diff options
author | Dan Gohman <gohman@apple.com> | 2010-03-27 16:33:36 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-03-27 16:33:36 +0000 |
commit | dcc8cd96f2b3ded3e347ad3e27e8b01181441f69 (patch) | |
tree | 1d38b08e3dd85e922340141ba28751cab08d02f9 /llvm/utils/TableGen/TableGen.cpp | |
parent | 12fd516e513ba749845afb8db20e34b31ec94d79 (diff) | |
download | bcm5719-llvm-dcc8cd96f2b3ded3e347ad3e27e8b01181441f69.tar.gz bcm5719-llvm-dcc8cd96f2b3ded3e347ad3e27e8b01181441f69.zip |
Remove an unnecessary #include.
llvm-svn: 99714
Diffstat (limited to 'llvm/utils/TableGen/TableGen.cpp')
-rw-r--r-- | llvm/utils/TableGen/TableGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/TableGen.cpp b/llvm/utils/TableGen/TableGen.cpp index f20ec00aa0e..1326ebc023f 100644 --- a/llvm/utils/TableGen/TableGen.cpp +++ b/llvm/utils/TableGen/TableGen.cpp @@ -34,7 +34,6 @@ #include "SubtargetEmitter.h" #include "TGParser.h" #include "llvm/Support/CommandLine.h" -#include "llvm/Support/FileUtilities.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/PrettyStackTrace.h" #include "llvm/Support/raw_ostream.h" |