mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
WebAssemblyUtilities.h - reduce unnecessary includes to forward declarations. NFCI.
This commit is contained in:
parent
1e90a5257c
commit
be8dc8c2bc
@ -15,11 +15,10 @@
|
||||
#ifndef LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYUTILITIES_H
|
||||
#define LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYUTILITIES_H
|
||||
|
||||
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class MachineInstr;
|
||||
class MachineOperand;
|
||||
class WebAssemblyFunctionInfo;
|
||||
|
||||
namespace WebAssembly {
|
||||
|
Loading…
Reference in New Issue
Block a user