1
0
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:
Simon Pilgrim 2020-09-03 17:05:17 +01:00
parent 1e90a5257c
commit be8dc8c2bc

View File

@ -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 {