diff options
Diffstat (limited to 'libobjc/error.c')
-rw-r--r-- | libobjc/error.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libobjc/error.c b/libobjc/error.c index 0dc8fd8..7c6ba44 100644 --- a/libobjc/error.c +++ b/libobjc/error.c @@ -48,8 +48,7 @@ _objc_abort (const char *fmt, ...) } /* The rest of the file is deprecated. */ -#include "objc/objc.h" -#include "objc/objc-api.h" +#include "objc/objc-api.h" /* For objc_error_handler. */ /* ** Error handler function |