From 1ccaa4756aff30afdaa4f9a565c69722a6f6ebe8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 5 Feb 2014 04:58:00 +0000 Subject: * internal.h, vm_core.h: move LIKELY/UNLIKELY/UNINITIALIZED_VAR() macros from vm_core.h to internal.h. * string.c: remove dependency to "vm_core.h". * common.mk: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 0110c0a3a0..589c80088e 100644 --- a/string.c +++ b/string.c @@ -14,7 +14,6 @@ #include "ruby/ruby.h" #include "ruby/re.h" #include "ruby/encoding.h" -#include "vm_core.h" #include "internal.h" #include "probes.h" #include -- cgit v1.2.3