aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 06:24:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 06:24:11 +0000
commite9cb552ec960d96f9f7b481d67b84b56fd1c4f5f (patch)
tree7e02055f46ab80f336dd9435a18c50aeee4fc6e8 /symbol.c
parentee85a6e72bdc4bd325e10e83a9f7de6b2693f20b (diff)
downloadruby-e9cb552ec960d96f9f7b481d67b84b56fd1c4f5f.tar.gz
internal.h: remove dependecy on ruby/encoding.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index 147c11f007..723764c34e 100644
--- a/symbol.c
+++ b/symbol.c
@@ -9,8 +9,9 @@
**********************************************************************/
-#include "internal.h"
+#include "ruby/encoding.h"
#include "ruby/st.h"
+#include "internal.h"
#include "symbol.h"
#include "gc.h"
#include "probes.h"