diff options
Diffstat (limited to 'gcc/ggc-none.c')
-rw-r--r-- | gcc/ggc-none.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c index 4c7e519..2e657db 100644 --- a/gcc/ggc-none.c +++ b/gcc/ggc-none.c @@ -23,11 +23,11 @@ need GC at all. This prevents problems with pulling in all the tree stuff. */ -#include "config.h" +#include "bconfig.h" #include "system.h" #include "coretypes.h" -#include "tm.h" #include "ggc.h" + struct alloc_zone *rtl_zone = NULL; struct alloc_zone *garbage_zone = NULL; |