diff options
author | Koichi Sasada <[email protected]> | 2020-01-03 04:46:51 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2020-01-03 04:46:51 +0900 |
commit | 9f460e017b341fc8378f00315b0776e300107ccd (patch) | |
tree | c4769a642548b9b77970217c5a7e8c3536635a7c /compile.c | |
parent | 6f5ee1f092414e4d60a403d82a57cf023b38c0b9 (diff) |
move internal/debug.h definitions to internal.h
Debug utilities should be accessible from any internal code.
Diffstat (limited to 'compile.c')
-rw-r--r-- | compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ #include "internal/array.h" #include "internal/compile.h" #include "internal/complex.h" -#include "internal/debug.h" #include "internal/encoding.h" #include "internal/error.h" #include "internal/hash.h" |