diff options
Diffstat (limited to 'ipc/ipc_port.c')
-rw-r--r-- | ipc/ipc_port.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ipc/ipc_port.c b/ipc/ipc_port.c index 262ab5ef..aaba82d7 100644 --- a/ipc/ipc_port.c +++ b/ipc/ipc_port.c @@ -34,8 +34,6 @@ * Functions to manipulate IPC ports. */ -#include <mach_ipc_compat.h> - #include <mach/port.h> #include <mach/kern_return.h> #include <kern/lock.h> @@ -1434,8 +1432,6 @@ ipc_port_copyout_receiver(port, space) #endif /* MACH_IPC_COMPAT */ -#include <mach_kdb.h> - #if MACH_KDB #define printf kdbprintf |