aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace/objspace_dump.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 12:35:12 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 12:35:12 +0000
commit1dfaa60fabb24a9ff961e485b6134d4ce3a39e99 (patch)
tree4062572dc32c3cb0d2e256a8ac1ed3792b0f9620 /ext/objspace/objspace_dump.c
parentc685ab1179804c262f08764d86b52647f2cae8e0 (diff)
downloadruby-1dfaa60fabb24a9ff961e485b6134d4ce3a39e99.tar.gz
Include ruby/{io,encoding}.h before internal.h
because of r61712 and r61713 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace/objspace_dump.c')
-rw-r--r--ext/objspace/objspace_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/objspace/objspace_dump.c b/ext/objspace/objspace_dump.c
index 19ba1f2e8b..8bd7c6769b 100644
--- a/ext/objspace/objspace_dump.c
+++ b/ext/objspace/objspace_dump.c
@@ -12,9 +12,9 @@
**********************************************************************/
+#include "ruby/io.h"
#include "internal.h"
#include "ruby/debug.h"
-#include "ruby/io.h"
#include "gc.h"
#include "node.h"
#include "vm_core.h"