mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
fix build and while at it remove a redudant include
llvm-svn: 91774
This commit is contained in:
parent
df6eadc436
commit
d0b1ef8875
@ -11,6 +11,7 @@
|
||||
#define X86DISASSEMBLERSHARED_H
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
#define INSTRUCTION_SPECIFIER_FIELDS \
|
||||
bool filtered; \
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/Format.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace llvm;
|
||||
using namespace X86Disassembler;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user