summaryrefslogtreecommitdiff
path: root/desktop/browser_history.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-01 17:22:17 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-01 19:51:19 +0100
commit57427620704c707fa5d50eb6f01a5c4654708c4c (patch)
treedb046ce7188be5133fbbaf4da7da7e167858a601 /desktop/browser_history.c
parentf4f67698eb6eb92a8ac606f771401c0c480d0ad5 (diff)
downloadnetsurf-57427620704c707fa5d50eb6f01a5c4654708c4c.tar.gz
netsurf-57427620704c707fa5d50eb6f01a5c4654708c4c.tar.bz2
split browser and browser_window operations
Diffstat (limited to 'desktop/browser_history.c')
-rw-r--r--desktop/browser_history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/browser_history.c b/desktop/browser_history.c
index 2a5fd63ba..6f807961b 100644
--- a/desktop/browser_history.c
+++ b/desktop/browser_history.c
@@ -33,13 +33,14 @@
#include "netsurf/layout.h"
#include "netsurf/content.h"
#include "netsurf/window.h"
+#include "netsurf/browser_window.h"
#include "content/hlcache.h"
#include "content/urldb.h"
#include "netsurf/bitmap.h"
#include "desktop/gui_internal.h"
-#include "desktop/browser_history.h"
#include "desktop/browser_private.h"
+#include "desktop/browser_history.h"
#define WIDTH 100
#define HEIGHT 86