aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-12-16 09:46:28 +0000
committerJeff Law <law@gcc.gnu.org>1999-12-16 02:46:28 -0700
commitdf55ea0914d27fff223cfdfb27cffc7f4fd0b598 (patch)
tree7b3a2e99ab3f5ba27b22f2bfe8b2bee7ab7e2780
parent0bd4b46174e402c4ac0da5235f4d5a066662e80a (diff)
downloadgcc-df55ea0914d27fff223cfdfb27cffc7f4fd0b598.zip
gcc-df55ea0914d27fff223cfdfb27cffc7f4fd0b598.tar.gz
gcc-df55ea0914d27fff223cfdfb27cffc7f4fd0b598.tar.bz2
* profile.c: Remove redundant #include "output.h".
From-SVN: r30971
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/profile.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 35343e3..fa00e6b 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 <jason@casey.cygnus.com>
diff --git a/gcc/profile.c b/gcc/profile.c
index 1e8bdf2..ce8f3db 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"