diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-12-08 03:25:35 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-12-08 03:25:35 +0000 |
commit | a8551b4d7e4b3c25e0f0d44115502d0c63abe13e (patch) | |
tree | eb5f03fa34172a8be729256f91024aabd7b088bf /llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | |
parent | 4a84b7322fb251cd2af65a0526b555e0a2e0714f (diff) | |
download | bcm5719-llvm-a8551b4d7e4b3c25e0f0d44115502d0c63abe13e.tar.gz bcm5719-llvm-a8551b4d7e4b3c25e0f0d44115502d0c63abe13e.zip |
[WebAssembly] Trim some unneeded #includes.
llvm-svn: 254994
Diffstat (limited to 'llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h index 20569da0b11..c585d44f015 100644 --- a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h +++ b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h @@ -16,7 +16,6 @@ #define LLVM_LIB_TARGET_WEBASSEMBLY_INSTPRINTER_WEBASSEMBLYINSTPRINTER_H #include "llvm/MC/MCInstPrinter.h" -#include "llvm/Support/raw_ostream.h" #include "llvm/CodeGen/MachineValueType.h" namespace llvm { |