aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-01-03 04:46:51 +0900
committerKoichi Sasada <ko1@atdot.net>2020-01-03 04:46:51 +0900
commit9f460e017b341fc8378f00315b0776e300107ccd (patch)
treec4769a642548b9b77970217c5a7e8c3536635a7c /debug.c
parent6f5ee1f092414e4d60a403d82a57cf023b38c0b9 (diff)
downloadruby-9f460e017b341fc8378f00315b0776e300107ccd.tar.gz
move internal/debug.h definitions to internal.h
Debug utilities should be accessible from any internal code.
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 7bb9d02052..b15a08999a 100644
--- a/debug.c
+++ b/debug.c
@@ -15,7 +15,6 @@
#include "eval_intern.h"
#include "id.h"
-#include "internal/debug.h"
#include "internal/signal.h"
#include "internal/util.h"
#include "ruby/encoding.h"