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