1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

X86MCAsmInfo.h - remove unnecessary MCAsmInfo.h include. NFC.

We only use the COFF/Darwin/ELF classes directly.
This commit is contained in:
Simon Pilgrim 2020-04-20 11:22:26 +01:00
parent 536d7facd0
commit abe3843a10

View File

@ -13,7 +13,6 @@
#ifndef LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCASMINFO_H
#define LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCASMINFO_H
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCAsmInfoCOFF.h"
#include "llvm/MC/MCAsmInfoDarwin.h"
#include "llvm/MC/MCAsmInfoELF.h"