From e5bd13650548f863d8a7a996ac679e209b64f205 Mon Sep 17 00:00:00 2001 From: ghazi Date: Sat, 2 Oct 1999 20:13:24 +0000 Subject: * graph.h: New file to prototype functions exported by graph.c. * Makefile.in (graph.o, toplev.o): Depend on graph.h. * graph.c: Include graph.h. * toplev.c: Likewise. Remove redundant prototypes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29777 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/graph.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/graph.c') diff --git a/gcc/graph.c b/gcc/graph.c index 4f8929d2c63..3c35f37bd2d 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -29,6 +29,7 @@ #include "hard-reg-set.h" #include "basic-block.h" #include "toplev.h" +#include "graph.h" static const char *graph_ext[] = { -- cgit v1.2.1