summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index 6c7511cd28..d6aaf2ecd7 100644
--- a/gc.c
+++ b/gc.c
@@ -11,7 +11,7 @@
**********************************************************************/
-#include "ruby/ruby.h"
+#include "internal.h"
#include "ruby/st.h"
#include "ruby/re.h"
#include "ruby/io.h"
@@ -20,7 +20,6 @@
#include "ruby/debug.h"
#include "eval_intern.h"
#include "vm_core.h"
-#include "internal.h"
#include "gc.h"
#include "constant.h"
#include "ruby_atomic.h"