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

2004-08-28  Andrew Pinski  <apinski@apple.com>

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

From-SVN: r86708
This commit is contained in:
Andrew Pinski 2004-08-29 02:39:04 +00:00 committed by Andrew Pinski
parent 11a834ef32
commit f108270b88
2 changed files with 4 additions and 1 deletions

View 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.

View 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"