diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-29 17:42:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-29 17:42:12 +0000 |
commit | c6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794 (patch) | |
tree | ca8740e8f4bb594ab469bd12b435a9e9515e2878 /tools/llvm-as | |
parent | 8b054c0eb96f250b6cebe26cc13bf880d8f44cc2 (diff) | |
download | external_llvm-c6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794.zip external_llvm-c6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794.tar.gz external_llvm-c6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794.tar.bz2 |
Eliminate duplicate or unneccesary #include's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2397 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as')
-rw-r--r-- | tools/llvm-as/as.cpp | 1 | ||||
-rw-r--r-- | tools/llvm-as/llvm-as.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvm-as/as.cpp b/tools/llvm-as/as.cpp index 9eff972..594feb8 100644 --- a/tools/llvm-as/as.cpp +++ b/tools/llvm-as/as.cpp @@ -15,7 +15,6 @@ #include "Support/CommandLine.h" #include "Support/Signals.h" #include <fstream> -#include <string> #include <memory> cl::String InputFilename ("", "Parse <arg> file, compile to bytecode", 0, "-"); diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp index 9eff972..594feb8 100644 --- a/tools/llvm-as/llvm-as.cpp +++ b/tools/llvm-as/llvm-as.cpp @@ -15,7 +15,6 @@ #include "Support/CommandLine.h" #include "Support/Signals.h" #include <fstream> -#include <string> #include <memory> cl::String InputFilename ("", "Parse <arg> file, compile to bytecode", 0, "-"); |