aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/unix.h
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-19 20:23:03 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-19 20:23:03 +0000
commit6f57677842a83543b881e6444525b36be8931c52 (patch)
tree409acf997a348ca7f23a7729bdb26ef36f762fdb /libgfortran/io/unix.h
parentfdf5c07ecbe81aadebb971c0f3bbb9c0f7fb038f (diff)
Move includes after include guards
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154343 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/io/unix.h')
-rw-r--r--libgfortran/io/unix.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgfortran/io/unix.h b/libgfortran/io/unix.h
index 721c63c02e4..f0f0712457a 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
<http://www.gnu.org/licenses/>. */
-#include "io.h"
-
#ifndef GFOR_UNIX_H
#define GFOR_UNIX_H
+#include "io.h"
+
+
struct stream
{
ssize_t (*read) (struct stream *, void *, ssize_t);