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 | f65f294c993371a1db782ed63e86af2fe7bcc60a (patch) | |
tree | 4f88327c0386f6b5b70d53b6d6bd640ff913dd5c /utils/TableGen/TableGen.cpp | |
parent | 0826e1c5193ad0ae18017b34658b1cf5765ffc03 (diff) |
Remove an unnecessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99714 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TableGen.cpp')
-rw-r--r-- | utils/TableGen/TableGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp index f20ec00aa0..1326ebc023 100644 --- a/utils/TableGen/TableGen.cpp +++ b/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" |