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.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'utils/log.h') diff --git a/utils/log.h b/utils/log.h index ed953f37e..673419b66 100644 --- a/utils/log.h +++ b/utils/log.h @@ -21,9 +21,12 @@ #define _NETSURF_LOG_H_ #include -#include "desktop/netsurf.h" +#include + #include "utils/errors.h" +extern bool verbose_log; + /** * Ensures the FILE handle is available to write logging to. * -- cgit v1.2.3