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 --- ChangeLog | 6 ++++++ common.mk | 2 +- vm_dump.c | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c637fec6c8..8116bc7aed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 19 21:24:18 2012 Naohisa Goto + + * 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 + Tue Nov 20 10:14:22 2012 KOSAKI Motohiro * thread.c (rb_thread_s_check_interrupt): removed redundant diff --git a/common.mk b/common.mk index a8450a05b9..4971a3b34a 100644 --- a/common.mk +++ b/common.mk @@ -772,7 +772,7 @@ vm.$(OBJEXT): {$(VPATH)}vm.c {$(VPATH)}gc.h {$(VPATH)}iseq.h \ $(PROBES_H_INCLUDES) {$(VPATH)}probes_helper.h vm_dump.$(OBJEXT): {$(VPATH)}vm_dump.c $(RUBY_H_INCLUDES) \ $(VM_CORE_H_INCLUDES) {$(VPATH)}debug.h {$(VPATH)}addr2line.h \ - {$(VPATH)}internal.h $(PROBES_H_INCLUDES) + {$(VPATH)}internal.h debug.$(OBJEXT): {$(VPATH)}debug.c $(RUBY_H_INCLUDES) \ $(ENCODING_H_INCLUDES) $(VM_CORE_H_INCLUDES) {$(VPATH)}eval_intern.h \ {$(VPATH)}util.h {$(VPATH)}debug.h 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