[WebAssembly] Trim some unneeded #includes.
authorDan Gohman <dan433584@gmail.com>
Tue, 8 Dec 2015 03:25:35 +0000 (03:25 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 8 Dec 2015 03:25:35 +0000 (03:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254994 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h

index 20569da0b110d5871a525511e7624f60cebf41bd..c585d44f01505d51385e16e3ad346a02145e60cb 100644 (file)
@@ -16,7 +16,6 @@
 #define LLVM_LIB_TARGET_WEBASSEMBLY_INSTPRINTER_WEBASSEMBLYINSTPRINTER_H
 
 #include "llvm/MC/MCInstPrinter.h"
 #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 {
 #include "llvm/CodeGen/MachineValueType.h"
 
 namespace llvm {
index 6ef01ffade43266a632eaa4f5061d02f533f37cb..b13dd148adf369094e9e9d3ed3364f9116d0c001 100644 (file)
@@ -16,7 +16,6 @@
 #define LLVM_LIB_TARGET_WEBASSEMBLY_MCTARGETDESC_WEBASSEMBLYMCTARGETDESC_H
 
 #include "llvm/Support/DataTypes.h"
 #define LLVM_LIB_TARGET_WEBASSEMBLY_MCTARGETDESC_WEBASSEMBLYMCTARGETDESC_H
 
 #include "llvm/Support/DataTypes.h"
-#include <string>
 
 namespace llvm {
 
 
 namespace llvm {
 
index 62c5f33cfad757a042b47a62fe5b20c77ff01a9c..af4dabb2c6c301ddd57b4460a61afe8e2fb0668a 100644 (file)
@@ -16,8 +16,6 @@
 #ifndef LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYMACHINEFUNCTIONINFO_H
 #define LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYMACHINEFUNCTIONINFO_H
 
 #ifndef LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYMACHINEFUNCTIONINFO_H
 #define LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYMACHINEFUNCTIONINFO_H
 
-#include "WebAssemblyRegisterInfo.h"
-#include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
 
 namespace llvm {
 #include "llvm/CodeGen/MachineRegisterInfo.h"
 
 namespace llvm {