OSDN Git Service

* c-common.c (parse_optimize_options): Remove period at end of
[pf3gnuchains/gcc-fork.git] / libobjc / nil_method.c
index f73505c..752115f 100644 (file)
@@ -26,7 +26,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 /* This is the nil method, the function that is called when the receiver
    of a method is nil */
 
-#include "objc/runtime.h"
+#include "objc-private/common.h"
+#include "objc/objc.h"
 
 /* When the receiver of a method invocation is nil, the runtime
    returns nil_method() as the method implementation.  This function