aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-as/as.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-as/as.cpp')
-rw-r--r--tools/llvm-as/as.cpp1
1 files changed, 0 insertions, 1 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, "-");