diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-26 16:49:42 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-26 16:49:42 +0000 |
commit | 27560af1a27967133d3d30f3b39a02221621f52d (patch) | |
tree | 5cfd3090faa1a718c1315c4e59da751b3484c74a /gcc/resource.c | |
parent | a7a443e3c550f5a6927873ed639619fd78147b36 (diff) | |
download | gcc-27560af1a27967133d3d30f3b39a02221621f52d.tar.gz |
1999-08-26 09:42 -0700 Zack Weinberg <zack@bitmover.com>
* tree.h: fancy_abort always takes three args.
* resource.c: Move include of system.h before toplev.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28893 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/resource.c')
-rw-r--r-- | gcc/resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/resource.c b/gcc/resource.c index b310dd654d3..daa839c54a7 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -19,10 +19,10 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" +#include "system.h" #include "toplev.h" #include "rtl.h" #include "hard-reg-set.h" -#include "system.h" #include "basic-block.h" #include "function.h" #include "regs.h" |