summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-18 18:51:18 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-18 18:51:18 +0100
commit706c92bf8f6d2737c1e38f707fd792bceb75af6a (patch)
tree0bd4e20eb58389c7b0526ab50b0b79f934e4971a /desktop/hotlist.c
parent6677eef89b073850233c0595e02e617acb29de02 (diff)
downloadnetsurf-706c92bf8f6d2737c1e38f707fd792bceb75af6a.tar.gz
netsurf-706c92bf8f6d2737c1e38f707fd792bceb75af6a.tar.bz2
remove uneeded includes
Diffstat (limited to 'desktop/hotlist.c')
-rw-r--r--desktop/hotlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 6814f8d2e..f9a390e1a 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -26,6 +26,7 @@
#include "content/urldb.h"
#include "desktop/hotlist.h"
#include "desktop/treeview.h"
+#include "desktop/browser.h"
#include "utils/corestrings.h"
#include "utils/messages.h"
#include "utils/utils.h"