mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-21 03:55:00 +00:00
Remove debug #include
This commit is contained in:
parent
b09634f4f8
commit
3bd062516d
@ -5,8 +5,6 @@
|
||||
#include <stdarg.h>
|
||||
#include "jsonpull.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
json_pull *json_begin(int (*read)(struct json_pull *), int (*peek)(struct json_pull *), void *source) {
|
||||
json_pull *j = malloc(sizeof(json_pull));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user