diff options
author | Michael Meissner <meissner@cygnus.com> | 1998-05-28 06:47:21 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1998-05-28 06:47:21 +0000 |
commit | d05a5492a531fbee813b2f365fa68127ff445af3 (patch) | |
tree | 0c8776fc0cc09c89cb6d94bb6656b081961c734d /gcc/stor-layout.c | |
parent | b7698cf042b922cfa0e38695ab90e441faae301e (diff) | |
download | gcc-d05a5492a531fbee813b2f365fa68127ff445af3.zip gcc-d05a5492a531fbee813b2f365fa68127ff445af3.tar.gz gcc-d05a5492a531fbee813b2f365fa68127ff445af3.tar.bz2 |
Make rtx, tree types type correct if the appropriate include files was not included
From-SVN: r20114
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 77561c9..043ad28 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -23,10 +23,10 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "tree.h" +#include "rtl.h" #include "flags.h" #include "except.h" #include "function.h" -#include "rtl.h" #include "expr.h" #include "toplev.h" |