diff --git a/fishhook.c b/fishhook.c index 4bdd91d..9c7d917 100644 --- a/fishhook.c +++ b/fishhook.c @@ -21,15 +21,15 @@ // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#import "fishhook.h" - -#import -#import -#import -#import -#import -#import -#import +#include "fishhook.h" + +#include +#include +#include +#include +#include +#include +#include #ifdef __LP64__ typedef struct mach_header_64 mach_header_t;