From bc96e36ea741512ab010134cfd559a2fda4eba3d Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 9 Apr 2015 22:56:15 +0800 Subject: [PATCH] remove stdio.h from capstone.h. this is to make it possible to embed to OSX kernel. issue reported by Pedro --- include/capstone.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/capstone.h b/include/capstone.h index de65b2a6..3774cfb2 100644 --- a/include/capstone.h +++ b/include/capstone.h @@ -9,7 +9,6 @@ extern "C" { #endif #include -#include #include #include