From db33103fa3d0e7b4623dc321792963969e15e683 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 29 Jan 2014 21:35:53 +0000 Subject: clean up desktop/gui.h include usage --- gtk/download.c | 4 +++- gtk/fetch.c | 2 ++ gtk/scaffolding.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gtk') diff --git a/gtk/download.c b/gtk/download.c index 3d287d4d2..e49e66ef3 100644 --- a/gtk/download.c +++ b/gtk/download.c @@ -27,10 +27,12 @@ #include "utils/utils.h" #include "utils/url.h" #include "utils/messages.h" +#include "utils/nsoption.h" +#include "desktop/download.h" #include "desktop/gui.h" + #include "gtk/gui.h" #include "gtk/scaffolding.h" -#include "utils/nsoption.h" #include "gtk/download.h" #include "gtk/window.h" #include "gtk/compat.h" diff --git a/gtk/fetch.c b/gtk/fetch.c index f4a42b5f8..0043cd062 100644 --- a/gtk/fetch.c +++ b/gtk/fetch.c @@ -20,6 +20,8 @@ #include #include #include +#include +#include #include "utils/hashtable.h" #include "utils/url.h" diff --git a/gtk/scaffolding.h b/gtk/scaffolding.h index 43eb41b19..757da82fd 100644 --- a/gtk/scaffolding.h +++ b/gtk/scaffolding.h @@ -20,9 +20,9 @@ #define NETSURF_GTK_SCAFFOLDING_H 1 #include -//#include #include +#include "content/hlcache.h" #include "desktop/gui.h" #include "desktop/plotters.h" #include "gtk/menu.h" -- cgit v1.2.3