summaryrefslogtreecommitdiff
path: root/gtk/dialogs
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-24 00:23:53 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-24 00:23:53 +0100
commite4920ae2c75ab55c75a2b5572ffc2cc06680bb50 (patch)
tree2fb920ec3fb749c2a5e9b82d59b84d4a5811a222 /gtk/dialogs
parent235f3f6c57b87e601c7d06ccd6e7ea67d7409cc1 (diff)
downloadnetsurf-e4920ae2c75ab55c75a2b5572ffc2cc06680bb50.tar.gz
netsurf-e4920ae2c75ab55c75a2b5572ffc2cc06680bb50.tar.bz2
use public browser interface rather than private
Diffstat (limited to 'gtk/dialogs')
-rw-r--r--gtk/dialogs/source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/dialogs/source.c b/gtk/dialogs/source.c
index ebe70bf79..3004d9444 100644
--- a/gtk/dialogs/source.c
+++ b/gtk/dialogs/source.c
@@ -28,7 +28,7 @@
#include "utils/utils.h"
#include "utils/file.h"
#include "desktop/netsurf.h"
-#include "desktop/browser_private.h"
+#include "desktop/browser.h"
#include "render/html.h"
#include "content/hlcache.h"
#include "content/content.h"