summaryrefslogtreecommitdiff
path: root/gtk/download.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 /gtk/download.c
parent829b4fd4546670512f8543c8bc8ed80372566f08 (diff)
downloadnetsurf-db33103fa3d0e7b4623dc321792963969e15e683.tar.gz
netsurf-db33103fa3d0e7b4623dc321792963969e15e683.tar.bz2
clean up desktop/gui.h include usage
Diffstat (limited to 'gtk/download.c')
-rw-r--r--gtk/download.c4
1 files changed, 3 insertions, 1 deletions
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"