diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-21 17:21:30 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-21 17:21:30 +0000 |
commit | 25dd612e84678972313516b9b935fa3959a2cd60 (patch) | |
tree | 24e4c33ad0ca5ee52147f1c54c49fc8e17575f21 /libgfortran/io/format.h | |
parent | 054f015a946adc4e35050757613873fd8ed92178 (diff) | |
download | gcc-25dd612e84678972313516b9b935fa3959a2cd60.tar.gz |
2009-11-21 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 154407
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@154408 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/io/format.h')
-rw-r--r-- | libgfortran/io/format.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libgfortran/io/format.h b/libgfortran/io/format.h index c338daa1950..4abbbea437e 100644 --- a/libgfortran/io/format.h +++ b/libgfortran/io/format.h @@ -23,11 +23,12 @@ a copy of the GCC Runtime Library Exception along with this program; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ -#include "io.h" - #ifndef GFOR_FORMAT_H #define GFOR_FORMAT_H +#include "io.h" + + /* Format tokens. Only about half of these can be stored in the format nodes. */ |