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/WebAssemblyMachineFunctionInfo.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/WebAssemblyMachineFunctionInfo.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h b/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h index 62c5f33cfad..af4dabb2c6c 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h +++ b/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h @@ -16,8 +16,6 @@ #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 { |