diff options
Diffstat (limited to 'ipc/ipc_object.c')
-rw-r--r-- | ipc/ipc_object.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ipc/ipc_object.c b/ipc/ipc_object.c index fca204f..e0cbbc3 100644 --- a/ipc/ipc_object.c +++ b/ipc/ipc_object.c @@ -31,8 +31,6 @@ * Functions to manipulate IPC objects. */ -#include <mach_ipc_compat.h> - #include <mach/boolean.h> #include <mach/kern_return.h> #include <mach/port.h> @@ -1280,8 +1278,6 @@ ipc_object_copyout_name_compat(space, object, msgt_name, name) #endif /* MACH_IPC_COMPAT */ -#include <mach_kdb.h> - #if MACH_KDB #define printf kdbprintf |