summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/parser.c
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-09-12 09:30:02 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-09-12 09:30:02 +0000
commit9c3dd1e1e140ef6ed037baaf49fd4eec0fd65e5b (patch)
tree52e749a2df2a6cef42a57723fc224412c39240e6 /src/runtime/c/pgf/parser.c
parent2105188bd0ab85a6388bc18de12e43936f996105 (diff)
remove the logging from libgu
Diffstat (limited to 'src/runtime/c/pgf/parser.c')
-rw-r--r--src/runtime/c/pgf/parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/parser.c b/src/runtime/c/pgf/parser.c
index 47880e874..97bc08375 100644
--- a/src/runtime/c/pgf/parser.c
+++ b/src/runtime/c/pgf/parser.c
@@ -2,7 +2,6 @@
#include <gu/seq.h>
#include <gu/assert.h>
-#include <gu/log.h>
#include <gu/file.h>
#include <math.h>
#include <stdlib.h>