1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

[MC] MCInstrDesc.h - remove unnecessary <string> include. NFCI.

This commit is contained in:
Simon Pilgrim 2021-04-21 11:42:17 +01:00
parent 3d3fa3ed76
commit 4edb18ca2b

View File

@ -16,7 +16,6 @@
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/Support/DataTypes.h"
#include <string>
namespace llvm {