aboutsummaryrefslogtreecommitdiffstats
path: root/file.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
commit5558dcb6c5bea362b3c0fd1bf0b86f2d71272163 (patch)
tree7e02055f46ab80f336dd9435a18c50aeee4fc6e8 /file.c
parentf9bac6ed65a0ee1059d55e725b021c0c897c014f (diff)
downloadruby-5558dcb6c5bea362b3c0fd1bf0b86f2d71272163.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 'file.c')
-rw-r--r--file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.c b/file.c
index 54d8fb1812..91df3c34c6 100644
--- a/file.c
+++ b/file.c
@@ -24,10 +24,11 @@
#endif
#include "id.h"
-#include "internal.h"
+#include "ruby/encoding.h"
#include "ruby/io.h"
#include "ruby/util.h"
#include "ruby/thread.h"
+#include "internal.h"
#include "dln.h"
#include "encindex.h"