delete include/unicorn/platform.h

This commit is contained in:
Nguyen Anh Quynh
2016-04-30 08:41:12 +08:00
parent fef59a4e3c
commit c45f791dd2
4 changed files with 1 additions and 32 deletions

View File

@ -9,6 +9,7 @@ extern "C" {
#endif
#include <stdint.h>
#include <stdbool.h>
#include <stdarg.h>
#if defined(UNICORN_HAS_OSXKERNEL)
#include <libkern/libkern.h>
@ -17,8 +18,6 @@ extern "C" {
#include <stdio.h>
#endif
#include "platform.h"
struct uc_struct;
typedef struct uc_struct uc_engine;