Remove an unnecessary #include.
authorDan Gohman <gohman@apple.com>
Sat, 27 Mar 2010 16:33:36 +0000 (16:33 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 27 Mar 2010 16:33:36 +0000 (16:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99714 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/TableGen.cpp

index f20ec00aa0e5ca43b926392f25e004b23073ae95..1326ebc023f1193553b3f7394c2daf29b714b764 100644 (file)
@@ -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"