summaryrefslogtreecommitdiff
path: root/gtk/about.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-12 20:26:53 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-12 20:26:53 +0100
commitde09dc8efdfdb4ce27c85733cfec139a52d70776 (patch)
tree0f4b6e096613c575cbf83159297580f9fdc6e9f6 /gtk/about.c
parentd513d6261a83c6bde07be1ae8e30ea303c780d47 (diff)
downloadnetsurf-de09dc8efdfdb4ce27c85733cfec139a52d70776.tar.gz
netsurf-de09dc8efdfdb4ce27c85733cfec139a52d70776.tar.bz2
clean up gtk gui header usage and includes
Diffstat (limited to 'gtk/about.c')
-rw-r--r--gtk/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/about.c b/gtk/about.c
index dcc151f51..b2f5a52cd 100644
--- a/gtk/about.c
+++ b/gtk/about.c
@@ -27,11 +27,11 @@
#include "utils/utils.h"
#include "utils/messages.h"
#include "utils/nsoption.h"
+#include "utils/nsurl.h"
#include "desktop/browser.h"
#include "desktop/version.h"
#include "gtk/compat.h"
-#include "gtk/gui.h"
#include "gtk/about.h"
#define ABOUT_RESPONSE_ID_LICENCE 1