aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'paxmacho.h')
-rw-r--r--paxmacho.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/paxmacho.h b/paxmacho.h
index b109af5..48ac854 100644
--- a/paxmacho.h
+++ b/paxmacho.h
@@ -12,10 +12,6 @@
#ifndef _PAX_MACHO_H
#define _PAX_MACHO_H
-#include <stddef.h>
-#include <byteswap.h>
-#include <stdint.h>
-
#include "macho.h"
#define MGET(swapped, value) (swapped ? (__typeof__(value))bswap_32(value) : value)