summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-11 08:46:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-11 08:46:42 -0700
commitdb892350447a6ffd83d22bedfe056ab1a90da547 (patch)
tree0013bde6006f88f1d28beb3c9557c8aa35fba670 /src/main.c
parent2bb51691fa389ead76f6531a677397f6c24f75f5 (diff)
Removed dependence on debug.h.
(It uses GNU extensions, and we don't need it anyway.)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index e20b0dc..e53acfb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,6 @@
#include <errno.h>
#include "config.h"
#include "cmark.h"
-#include "debug.h"
#include "bench.h"
#if defined(_WIN32) && !defined(__CYGWIN__)