summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-29 21:35:53 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-29 21:35:53 +0000
commitdb33103fa3d0e7b4623dc321792963969e15e683 (patch)
tree75becbaeddbf38c2d199f76ba168577258758d8d /desktop/gui_factory.c
parent829b4fd4546670512f8543c8bc8ed80372566f08 (diff)
downloadnetsurf-db33103fa3d0e7b4623dc321792963969e15e683.tar.gz
netsurf-db33103fa3d0e7b4623dc321792963969e15e683.tar.bz2
clean up desktop/gui.h include usage
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index dfe775571..b61fdf0be 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -16,7 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "desktop/gui.h"
+#include "content/hlcache.h"
+#include "desktop/download.h"
#include "desktop/gui_factory.h"
/** The global GUI interface table */