summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/node.h b/node.h
index 217b344550..40a5dd5de8 100644
--- a/node.h
+++ b/node.h
@@ -1,3 +1,5 @@
+#ifndef RUBY_NODE_H
+#define RUBY_NODE_H 1
/**********************************************************************
node.h -
@@ -9,9 +11,6 @@
**********************************************************************/
-#ifndef RUBY_NODE_H
-#define RUBY_NODE_H 1
-
#if defined(__cplusplus)
extern "C" {
#if 0