From 872d20942396943c60a6c4047ce19a1fc116c29f Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Thu, 19 Nov 2009 22:23:03 +0200 Subject: Move includes after include guards From-SVN: r154343 --- libgfortran/io/unix.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libgfortran/io/unix.h') diff --git a/libgfortran/io/unix.h b/libgfortran/io/unix.h index 721c63c..f0f0712 100644 --- a/libgfortran/io/unix.h +++ b/libgfortran/io/unix.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 . */ -#include "io.h" - #ifndef GFOR_UNIX_H #define GFOR_UNIX_H +#include "io.h" + + struct stream { ssize_t (*read) (struct stream *, void *, ssize_t); -- cgit v1.1