X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..593a1d5fd87cdf5b46dd5fcb84467b432cea0f91:/osfmk/mach/machine/exception.h diff --git a/osfmk/mach/machine/exception.h b/osfmk/mach/machine/exception.h index 5ce83f254..5fc148663 100644 --- a/osfmk/mach/machine/exception.h +++ b/osfmk/mach/machine/exception.h @@ -33,8 +33,6 @@ #include "mach/ppc/exception.h" #elif defined (__i386__) || defined(__x86_64__) #include "mach/i386/exception.h" -#elif defined (__arm__) -#include "mach/arm/exception.h" #else #error architecture not supported #endif