* profile.c: Remove redundant #include "output.h".
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Dec 1999 09:46:28 +0000 (09:46 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Dec 1999 09:46:28 +0000 (09:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30971 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/profile.c

index 35343e3..fa00e6b 100644 (file)
@@ -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  <jason@casey.cygnus.com>
index 1e8bdf2..ce8f3db 100644 (file)
@@ -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"