X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..0c530ab8987f0ae6a1a3d9284f40182b88852816:/osfmk/mach/notify.h diff --git a/osfmk/mach/notify.h b/osfmk/mach/notify.h index 28d823d92..89515ec57 100644 --- a/osfmk/mach/notify.h +++ b/osfmk/mach/notify.h @@ -82,8 +82,6 @@ typedef mach_port_t notify_port_t; -#include -#ifdef __APPLE_API_OBSOLETE /* * Hard-coded message structures for receiving Mach port notification * messages. However, they are not actual large enough to receive @@ -125,6 +123,4 @@ typedef struct { mach_msg_format_0_trailer_t trailer; } mach_dead_name_notification_t; -#endif /* __APPLE_API_OBSOLETE */ - #endif /* _MACH_NOTIFY_H_ */