From 7cd76ab0c579ee5400d0d33753369e675b497d36 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 15 Nov 2014 11:49:06 +0000 Subject: * internal.h: Include ruby.h and ruby/encoding.h to be includable without prior inclusion. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_trace.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vm_trace.c') diff --git a/vm_trace.c b/vm_trace.c index 7db15b8..5ee5bca 100644 --- a/vm_trace.c +++ b/vm_trace.c @@ -21,11 +21,9 @@ * */ -#include "ruby/ruby.h" +#include "internal.h" #include "ruby/debug.h" -#include "ruby/encoding.h" -#include "internal.h" #include "vm_core.h" #include "eval_intern.h" -- cgit v1.1