fix build and while at it remove a redudant include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nuno Lopes 2009-12-19 11:52:18 +00:00
parent 3f5d7642ce
commit 014dc70907
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;