diff options
author | Dan Gohman <gohman@apple.com> | 2009-12-01 19:13:27 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-12-01 19:13:27 +0000 |
commit | 241c59578676845143ea32ee6a2e59f5f196b39f (patch) | |
tree | 6b35694f1436a37b873d6da797dd87257317b7a7 /lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | |
parent | 9ea3a2c9fc64bd7ac459ffea050c81c0c793f7ca (diff) |
Trim an unnecessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index c5adc5000d..a15d75bfaa 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp @@ -29,7 +29,6 @@ #include "llvm/ADT/DenseSet.h" #include "llvm/ADT/StringExtras.h" #include "llvm/Config/config.h" -#include <fstream> using namespace llvm; namespace llvm { |