diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-12 09:30:02 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-12 09:30:02 +0000 |
| commit | 9c3dd1e1e140ef6ed037baaf49fd4eec0fd65e5b (patch) | |
| tree | 52e749a2df2a6cef42a57723fc224412c39240e6 /src/runtime/c/pgf | |
| parent | 2105188bd0ab85a6388bc18de12e43936f996105 (diff) | |
remove the logging from libgu
Diffstat (limited to 'src/runtime/c/pgf')
| -rw-r--r-- | src/runtime/c/pgf/linearizer.c | 1 | ||||
| -rw-r--r-- | src/runtime/c/pgf/parser.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/c/pgf/linearizer.c b/src/runtime/c/pgf/linearizer.c index 9626c0ebd..93fbb452c 100644 --- a/src/runtime/c/pgf/linearizer.c +++ b/src/runtime/c/pgf/linearizer.c @@ -2,7 +2,6 @@ #include "linearizer.h" #include <gu/map.h> #include <gu/fun.h> -#include <gu/log.h> #include <gu/choice.h> #include <gu/seq.h> #include <gu/file.h> 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> |
