]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libobjc/gc.c
Makefile.def: Remove reference to boehm-gc target module.
[thirdparty/gcc.git] / libobjc / gc.c
index a090a522ddf9fedd22aa926d54f83d0544f702b8..d3ff1bc251796ab75014b0eba5ddb12de24a890c 100644 (file)
@@ -36,7 +36,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc/runtime.h"
 #include "objc-private/module-abi-8.h"
 
-#include <gc.h>
+#include <gc/gc.h>
 #include <limits.h>
 
 /* gc_typed.h uses the following but doesn't declare them */
@@ -44,7 +44,7 @@ typedef GC_word word;
 typedef GC_signed_word signed_word;
 #define BITS_PER_WORD (CHAR_BIT * sizeof (word))
 
-#include <gc_typed.h>
+#include <gc/gc_typed.h>
 
 /* The following functions set up in `mask` the corresponding pointers.
    The offset is incremented with the size of the type.  */