cleanup include/unicorn/*.h

This commit is contained in:
Nguyen Anh Quynh 2017-01-22 06:02:07 +08:00
parent add54ec022
commit a0f7b526bd
3 changed files with 1 additions and 5 deletions

View File

@ -8,8 +8,6 @@
extern "C" {
#endif
#include "unicorn/platform.h"
#ifdef _MSC_VER
#pragma warning(disable:4201)
#endif

View File

@ -8,8 +8,6 @@
extern "C" {
#endif
#include "unicorn/platform.h"
// GCC SPARC toolchain has a default macro called "sparc" which breaks
// compilation
#undef sparc

View File

@ -8,7 +8,7 @@
extern "C" {
#endif
#include "unicorn/platform.h"
#include "platform.h"
// Memory-Management Register for instructions IDTR, GDTR, LDTR, TR.
// Borrow from SegmentCache in qemu/target-i386/cpu.h