diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 35343e3bb33f..fa00e6b8022b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,6 +5,8 @@ Thu Dec 16 02:41:26 1999 Richard Henderson (rth@cygnus.com) Thu Dec 16 02:26:11 1999 Jeffrey A Law (law@cygnus.com) + * profile.c: Remove redundant #include "output.h". + * h8300.md (HImode preinc peephole): Fix typo. 1999-12-15 Jason Merrill diff --git a/gcc/profile.c b/gcc/profile.c index 1e8bdf2f9d09..ce8f3db6a3d2 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */ #include "output.h" #include "regs.h" #include "function.h" -#include "output.h" #include "gcov-io.h" #include "toplev.h" #include "ggc.h"