diff options
Diffstat (limited to 'include/mach/thread_special_ports.h')
-rw-r--r-- | include/mach/thread_special_ports.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mach/thread_special_ports.h b/include/mach/thread_special_ports.h index 0ab36468..aa4efe72 100644 --- a/include/mach/thread_special_ports.h +++ b/include/mach/thread_special_ports.h @@ -35,10 +35,6 @@ #ifndef _MACH_THREAD_SPECIAL_PORTS_H_ #define _MACH_THREAD_SPECIAL_PORTS_H_ -#ifdef MACH_KERNEL -#include <mach_ipc_compat.h> -#endif /* MACH_KERNEL */ - #define THREAD_KERNEL_PORT 1 /* Represents the thread to the outside world.*/ #define THREAD_EXCEPTION_PORT 3 /* Exception messages for the thread |