diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-02 14:15:15 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-02 14:15:15 +0000 |
commit | 10f913f2634ec7d177e82f01c310105d9ff8c83b (patch) | |
tree | b1f9123840c32ded8180246d9b6ff6ff5ded94a0 /gcc/config/stormy16 | |
parent | 0afd60d6f1b3672f025cbdcc48f097c4a77c433e (diff) | |
download | gcc-10f913f2634ec7d177e82f01c310105d9ff8c83b.tar.gz |
* mips.c: Don't include output.h twice.
* stormy16.c: Likewise.
* xtensa.c: Likewise.
* output.h: Protect against multiple inclusion.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67330 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/stormy16')
-rw-r--r-- | gcc/config/stormy16/stormy16.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/stormy16/stormy16.c b/gcc/config/stormy16/stormy16.c index 193be195012..823f193c853 100644 --- a/gcc/config/stormy16/stormy16.c +++ b/gcc/config/stormy16/stormy16.c @@ -40,7 +40,6 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #include "expr.h" #include "optabs.h" -#include "output.h" #include "except.h" #include "function.h" #include "target.h" |