OSDN Git Service

* config/i386/i386.md (*zero_extendsidi2_rex64): Correct movl template.
[pf3gnuchains/gcc-fork.git] / libobjc / nil_method.c
index f73505c..15e3d52 100644 (file)
@@ -1,5 +1,6 @@
 /* GNU Objective C Runtime nil receiver function
-   Copyright (C) 1993, 1995, 1996, 2002, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1995, 1996, 2002, 2009, 2010
+   Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GCC.
@@ -26,7 +27,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