summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-as
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-as')
-rw-r--r--llvm/tools/llvm-as/as.cpp7
-rw-r--r--llvm/tools/llvm-as/llvm-as.cpp7
2 files changed, 6 insertions, 8 deletions
diff --git a/llvm/tools/llvm-as/as.cpp b/llvm/tools/llvm-as/as.cpp
index 72b63ecfdde..ee664f15249 100644
--- a/llvm/tools/llvm-as/as.cpp
+++ b/llvm/tools/llvm-as/as.cpp
@@ -9,14 +9,13 @@
//
//===------------------------------------------------------------------------===
-#include <iostream.h>
-#include <fstream.h>
-#include <string>
#include "llvm/Module.h"
#include "llvm/Assembly/Parser.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/Bytecode/Writer.h"
-#include "llvm/Support/CommandLine.h"
+#include "Support/CommandLine.h"
+#include <fstream>
+#include <string>
cl::String InputFilename ("", "Parse <arg> file, compile to bytecode", 0, "-");
cl::String OutputFilename("o", "Override output filename", cl::NoFlags, "");
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp
index 72b63ecfdde..ee664f15249 100644
--- a/llvm/tools/llvm-as/llvm-as.cpp
+++ b/llvm/tools/llvm-as/llvm-as.cpp
@@ -9,14 +9,13 @@
//
//===------------------------------------------------------------------------===
-#include <iostream.h>
-#include <fstream.h>
-#include <string>
#include "llvm/Module.h"
#include "llvm/Assembly/Parser.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/Bytecode/Writer.h"
-#include "llvm/Support/CommandLine.h"
+#include "Support/CommandLine.h"
+#include <fstream>
+#include <string>
cl::String InputFilename ("", "Parse <arg> file, compile to bytecode", 0, "-");
cl::String OutputFilename("o", "Override output filename", cl::NoFlags, "");
OpenPOWER on IntegriCloud