Remove debug #include

This commit is contained in:
Eric Fischer 2014-02-08 10:32:04 -08:00
parent b09634f4f8
commit 3bd062516d

View File

@ -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));