]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libobjc/objects.c
Fix formatting in rs6000.c.
[thirdparty/gcc.git] / libobjc / objects.c
index 4d21f5de433edd93b4396dc6581e6141e22d76d3..9dc75d3b8e96cc7a21ae1f8950f9119724a24050 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime class related functions
-   Copyright (C) 1993-2015 Free Software Foundation, Inc.
+   Copyright (C) 1993-2020 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GCC.
@@ -31,8 +31,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include <string.h>                     /* For memcpy()  */
 
 #if OBJC_WITH_GC
-# include <gc.h>
-# include <gc_typed.h>
+# include <gc/gc.h>
+# include <gc/gc_typed.h>
 #endif
 
 /* FIXME: The semantics of extraBytes are not really clear.  */