Skip to content

Commit

Permalink
remove stdio.h from capstone.h. this is to make it possible to embed …
Browse files Browse the repository at this point in the history
…to OSX kernel. issue reported by Pedro
  • Loading branch information
aquynh committed Apr 9, 2015
1 parent ea296b6 commit bc96e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/capstone.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ extern "C" {
#endif

#include <stdint.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>

Expand Down

0 comments on commit bc96e36

Please sign in to comment.