X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/36401178fd6817c043cc00b0c00c7f723e58efae..6d2010ae8f7a6078e10b361c6962983bab233e0f:/osfmk/mach/machine/rpc.h diff --git a/osfmk/mach/machine/rpc.h b/osfmk/mach/machine/rpc.h index 849260ae4..3e543a88f 100644 --- a/osfmk/mach/machine/rpc.h +++ b/osfmk/mach/machine/rpc.h @@ -29,9 +29,7 @@ #ifndef _MACH_MACHINE_RPC_H_ #define _MACH_MACHINE_RPC_H_ -#if defined (__ppc__) || defined (__ppc64__) -#include "mach/ppc/rpc.h" -#elif defined (__i386__) || defined(__x86_64__) +#if defined (__i386__) || defined(__x86_64__) #include "mach/i386/rpc.h" #else #error architecture not supported