summaryrefslogtreecommitdiff
path: root/hash.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 /hash.c
parent6f5ee1f092414e4d60a403d82a57cf023b38c0b9 (diff)
move internal/debug.h definitions to internal.h
Debug utilities should be accessible from any internal code.
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 04c821ac79..606d5d3930 100644
--- a/hash.c
+++ b/hash.c
@@ -49,7 +49,6 @@
#if HASH_DEBUG
#include "gc.h"
-#include "internal/debug.h"
#endif
#define HAS_EXTRA_STATES(hash, klass) ( \