summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authorngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 12:37:43 +0000
committerngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 12:37:43 +0000
commitf17aa9b361f3d7eb2eac2d1403d1818e9522a315 (patch)
tree42509b49e3ebd6825675744f9b0c9ce67a87a8aa /vm_dump.c
parent57ee8128514f9e904325436099088703ee5938e5 (diff)
* 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
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c1
1 files changed, 0 insertions, 1 deletions
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