From 70d700b26c13e04b601c4ac3db09514db473d01c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 19 Jan 2017 21:15:08 +0000 Subject: rationalise use of utils/utils.h header --- frontends/gtk/corewindow.c | 1 - frontends/gtk/plotters.c | 1 - frontends/gtk/toolbar.c | 1 - frontends/gtk/window.c | 1 - 4 files changed, 4 deletions(-) (limited to 'frontends/gtk') diff --git a/frontends/gtk/corewindow.c b/frontends/gtk/corewindow.c index 8af19588f..70c3ad135 100644 --- a/frontends/gtk/corewindow.c +++ b/frontends/gtk/corewindow.c @@ -39,7 +39,6 @@ #include #include "utils/log.h" -#include "utils/utils.h" #include "utils/messages.h" #include "utils/utf8.h" #include "netsurf/types.h" diff --git a/frontends/gtk/plotters.c b/frontends/gtk/plotters.c index 1cebf58f0..817b72808 100644 --- a/frontends/gtk/plotters.c +++ b/frontends/gtk/plotters.c @@ -31,7 +31,6 @@ #include #include "utils/log.h" -#include "utils/utils.h" #include "netsurf/plotters.h" #include "utils/nsoption.h" diff --git a/frontends/gtk/toolbar.c b/frontends/gtk/toolbar.c index e1aeb4755..ac24a78ca 100644 --- a/frontends/gtk/toolbar.c +++ b/frontends/gtk/toolbar.c @@ -25,7 +25,6 @@ #include "desktop/searchweb.h" #include "utils/log.h" #include "utils/messages.h" -#include "utils/utils.h" #include "utils/nsoption.h" #include "gtk/gui.h" diff --git a/frontends/gtk/window.c b/frontends/gtk/window.c index ce2644e8e..abfda9305 100644 --- a/frontends/gtk/window.c +++ b/frontends/gtk/window.c @@ -34,7 +34,6 @@ #include "utils/log.h" #include "utils/utf8.h" -#include "utils/utils.h" #include "utils/nsoption.h" #include "netsurf/content.h" #include "netsurf/browser_window.h" -- cgit v1.2.3