aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc/debug.h')
-rw-r--r--src/blogc/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blogc/debug.h b/src/blogc/debug.h
index 6138a91..8bff4cf 100644
--- a/src/blogc/debug.h
+++ b/src/blogc/debug.h
@@ -9,8 +9,8 @@
#ifndef ___DEBUG_H
#define ___DEBUG_H
-#include "../common/utils.h"
+#include <squareball.h>
-void blogc_debug_template(bc_slist_t *ast);
+void blogc_debug_template(sb_slist_t *ast);
#endif /* ___DEBUG_H */