summaryrefslogtreecommitdiff
path: root/libgfortran/io/fbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/io/fbuf.h')
-rw-r--r--libgfortran/io/fbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/io/fbuf.h b/libgfortran/io/fbuf.h
index 368cec28b2c..c82d01b2b98 100644
--- a/libgfortran/io/fbuf.h
+++ b/libgfortran/io/fbuf.h
@@ -23,11 +23,11 @@ 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_FBUF_H
#define GFOR_FBUF_H
+#include "io.h"
+
/* Formatting buffer. This is a temporary scratch buffer used by
formatted read and writes. After every formatted I/O statement,