summaryrefslogtreecommitdiff
path: root/encindex.h
diff options
context:
space:
mode:
Diffstat (limited to 'encindex.h')
-rw-r--r--encindex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/encindex.h b/encindex.h
index baf70735ec..8457a7b39f 100644
--- a/encindex.h
+++ b/encindex.h
@@ -1,3 +1,5 @@
+#ifndef RUBY_ENCINDEX_H
+#define RUBY_ENCINDEX_H 1
/**********************************************************************
encindex.h -
@@ -9,8 +11,6 @@
**********************************************************************/
-#ifndef RUBY_ENCINDEX_H
-#define RUBY_ENCINDEX_H 1
#include "ruby/encoding.h" /* rb_ascii8bit_encindex etc. */
#if defined(__cplusplus)
extern "C" {