diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-12-16 09:46:28 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-12-16 02:46:28 -0700 |
commit | df55ea0914d27fff223cfdfb27cffc7f4fd0b598 (patch) | |
tree | 7b3a2e99ab3f5ba27b22f2bfe8b2bee7ab7e2780 /gcc/profile.c | |
parent | 0bd4b46174e402c4ac0da5235f4d5a066662e80a (diff) | |
download | gcc-df55ea0914d27fff223cfdfb27cffc7f4fd0b598.zip gcc-df55ea0914d27fff223cfdfb27cffc7f4fd0b598.tar.gz gcc-df55ea0914d27fff223cfdfb27cffc7f4fd0b598.tar.bz2 |
* profile.c: Remove redundant #include "output.h".
From-SVN: r30971
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |