1
0
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:
Nuno Lopes 2009-12-19 11:52:18 +00:00
parent df6eadc436
commit d0b1ef8875
2 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,7 @@
#define X86DISASSEMBLERSHARED_H
#include <string>
#include <string.h>
#define INSTRUCTION_SPECIFIER_FIELDS \
bool filtered; \

View File

@ -21,8 +21,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include <string>
using namespace llvm;
using namespace X86Disassembler;