summaryrefslogtreecommitdiff
path: root/gtk/selection.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-02-01 13:06:51 +0000
committerVincent Sanders <vince@kyllikki.org>2014-02-01 13:06:51 +0000
commit00bdf39dc21cd51216ef362529dca12f98cd1cf2 (patch)
tree79739fc8257108afa1922507c620681749e8f9cb /gtk/selection.c
parent8bb0e87b1a8fc9872762f5caa856f64c4e9f1cdd (diff)
downloadnetsurf-00bdf39dc21cd51216ef362529dca12f98cd1cf2.tar.gz
netsurf-00bdf39dc21cd51216ef362529dca12f98cd1cf2.tar.bz2
remove unnecessary includes
Diffstat (limited to 'gtk/selection.c')
-rw-r--r--gtk/selection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/selection.c b/gtk/selection.c
index 22b4bfe5a..c07e8889b 100644
--- a/gtk/selection.c
+++ b/gtk/selection.c
@@ -21,8 +21,8 @@
#include "utils/log.h"
-#include "desktop/gui.h"
#include "desktop/browser.h"
+#include "desktop/gui.h"
#include "gtk/window.h"
static GString *current_selection = NULL;