diff options
Diffstat (limited to 'include/mach/task_special_ports.h')
-rw-r--r-- | include/mach/task_special_ports.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mach/task_special_ports.h b/include/mach/task_special_ports.h index 682c7f61..3d61c831 100644 --- a/include/mach/task_special_ports.h +++ b/include/mach/task_special_ports.h @@ -35,10 +35,6 @@ #ifndef _MACH_TASK_SPECIAL_PORTS_H_ #define _MACH_TASK_SPECIAL_PORTS_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #define TASK_KERNEL_PORT 1 /* Represents task to the outside world.*/ #define TASK_EXCEPTION_PORT 3 /* Exception messages for task are |