From d23c55c28c57c7e60d3fa9a0b252b9a1229c99fc Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 6 Nov 2001 21:12:14 +0000 Subject: Clean up langhooks * alias.c:: Include langhooks.h. * emit-rtl.c: Similarly. * toplev.c: Similarly. * tree-inline.c: Similarly. * langhooks-def.h: New, the old langhooks.h. Give the default hooks a common prefix. * langhooks.h: Contents extracted from toplev.h. * toplev.h: Move langhook stuff to langhooks.h. * langhooks.c: Give default hooks a common prefix. * c-lang.c: Include langhooks-def.h. * ada/misc.c: Similarly. * cp/cp-lang.c: Similarly. * f/com.c: Similarly. * java/lang.c: Similarly. * objc/objc-act.c: Similarly. * Makefile.in: Update. * ada/Makefile.in: Similarly. * cp/Make-lang.in: Similarly. * f/Make-lang.in: Similarly. * java/Make-lang.in: Similarly. * objc/Make-lang.in: Similarly. From-SVN: r46813 --- gcc/f/com.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/f/com.c') diff --git a/gcc/f/com.c b/gcc/f/com.c index 3ed77c7..428458b 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -90,6 +90,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "ggc.h" #include "diagnostic.h" #include "langhooks.h" +#include "langhooks-def.h" /* VMS-specific definitions */ #ifdef VMS -- cgit v1.1