tree-ssa-loop.c: Remove extra include of basic-block.h.
authorAndrew Pinski <apinski@apple.com>
Sun, 29 Aug 2004 02:39:04 +0000 (02:39 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 29 Aug 2004 02:39:04 +0000 (19:39 -0700)
2004-08-28  Andrew Pinski  <apinski@apple.com>

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

From-SVN: r86708

gcc/ChangeLog
gcc/tree-ssa-loop.c

index f949d31e3920f2fce8a769dc3fbc84b5c1023bc7..e5e3f71980f7e9faf437b643e82976d0a6a59ff3 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-28  Andrew Pinski  <apinski@apple.com>
+
+       * tree-ssa-loop.c: Remove extra include of basic-block.h.
+
 2004-08-28  Ziemowit Laski  <zlaski@apple.com>
 
        * c-common.h: Update comments about ObjC/ObjC++ entry points.
index 5b5ec05f2b43cb180653bafe198dc01b0ebe7d32..07ff98834e20a3642f48c4c10d16ac88e94f893c 100644 (file)
@@ -29,7 +29,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #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"