This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Remove extra include in tree-ssa-loop.c


There are two includes of basic-block.h in tree-ssa-loop.c which does not
hurt but really there is no need for it.


I committed this as obvious after usually bootstrap and test
(on powepc-apple-darwin).

Thanks,
Andrew Pinski

ChangeLog:

* tree-ssa-loop.c: Remove extra include of basic-block.h.

Index: tree-ssa-loop.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssa-loop.c,v
retrieving revision 2.12
diff -u -p -r2.12 tree-ssa-loop.c
--- tree-ssa-loop.c	24 Aug 2004 20:48:18 -0000	2.12
+++ tree-ssa-loop.c	29 Aug 2004 02:34:24 -0000
@@ -29,7 +29,6 @@ Software Foundation, 59 Temple Place - S
 #include "basic-block.h"
 #include "output.h"
 #include "diagnostic.h"
-#include "basic-block.h"
 #include "tree-flow.h"
 #include "tree-dump.h"
 #include "tree-pass.h"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]