X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/36401178fd6817c043cc00b0c00c7f723e58efae..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/bsd/machine/endian.h?ds=sidebyside diff --git a/bsd/machine/endian.h b/bsd/machine/endian.h index 879cf17bd..871af6483 100644 --- a/bsd/machine/endian.h +++ b/bsd/machine/endian.h @@ -31,9 +31,7 @@ #ifndef _BSD_MACHINE_ENDIAN_H_ #define _BSD_MACHINE_ENDIAN_H_ -#if defined (__ppc__) || defined(__ppc64__) -#include "ppc/endian.h" -#elif defined (__i386__) || defined(__x86_64__) +#if defined (__i386__) || defined(__x86_64__) #include "i386/endian.h" #else #error architecture not supported