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:
parent
1739ecc651
commit
edb16e217f
|
@ -9,7 +9,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue