From: Nick Clifton Date: Wed, 13 Oct 2004 10:50:30 +0000 (+0000) Subject: Remove inclusion of loop.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ce3d58afa8c65eb1638d73c7fb93e7651f8bef5;p=gcc.git Remove inclusion of loop.h From-SVN: r88977 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a342012e2a..84739149f87 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 9c9dc0ed759..aeacecb5057 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"