diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a342012e2a1..84739149f871 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-13 Nick Clifton + + * config/c4x/c4x.c: Remove inclusion of loop.h. + 2004-10-12 Ben Elliston * basic-block.h (edge_iterator): Keep the address of VEC(edge) *. diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index 9c9dc0ed7598..aeacecb50573 100644 --- a/gcc/config/c4x/c4x.c +++ b/gcc/config/c4x/c4x.c @@ -42,7 +42,6 @@ Boston, MA 02111-1307, USA. */ #include "optabs.h" #include "libfuncs.h" #include "flags.h" -#include "loop.h" #include "recog.h" #include "ggc.h" #include "cpplib.h"