remove stdio.h from capstone.h. this is to make it possible to embed to OSX kernel. issue reported by Pedro

This commit is contained in:
Nguyen Anh Quynh 2015-04-09 22:56:15 +08:00
parent 1739ecc651
commit edb16e217f
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ extern "C" {
#endif
#include <stdint.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>