From f17aa9b361f3d7eb2eac2d1403d1818e9522a315 Mon Sep 17 00:00:00 2001 From: ngoto Date: Mon, 19 Nov 2012 12:37:43 +0000 Subject: * vm_dump.c: not to include probes.h because the code does not depend on it. * common.mk (vm_dump.$(OBJEXT)): remove dependency on probes.h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_dump.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_dump.c') diff --git a/vm_dump.c b/vm_dump.c index bfb58dd4d5..1c1a36eca9 100644 --- a/vm_dump.c +++ b/vm_dump.c @@ -13,7 +13,6 @@ #include "addr2line.h" #include "vm_core.h" #include "internal.h" -#include "probes.h" /* see vm_insnhelper.h for the values */ #ifndef VMDEBUG -- cgit v1.2.3