From d5a971c281b110d8fa481fa86ccd7af10d2d3cf0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 29 Jan 2014 23:20:19 +0000 Subject: move verbose log global into logging module and remove netsurf.h include --- utils/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/log.c') diff --git a/utils/log.c b/utils/log.c index 2aa39ee41..8ec42c1f7 100644 --- a/utils/log.c +++ b/utils/log.c @@ -23,10 +23,11 @@ #include #include #include -#include "desktop/netsurf.h" #include "utils/log.h" +bool verbose_log = false; + nserror nslog_init(nslog_ensure_t *ensure, int *pargc, char **argv) { nserror ret = NSERROR_OK; -- cgit v1.2.3