summaryrefslogtreecommitdiff
path: root/frontends/amiga/stringview/urlhistory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-13 23:34:45 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-13 23:34:45 +0100
commit976eca99580339c8cbb81819b54134de9ac8b97e (patch)
tree248b58aa6c57a9c7b37f2d7b820204e36939b12b /frontends/amiga/stringview/urlhistory.c
parent22d84a587b299f028dbff4d3f8d8ecd56b275c2f (diff)
downloadnetsurf-976eca99580339c8cbb81819b54134de9ac8b97e.tar.gz
netsurf-976eca99580339c8cbb81819b54134de9ac8b97e.tar.bz2
msplit public url database API out for frontends
Diffstat (limited to 'frontends/amiga/stringview/urlhistory.c')
-rw-r--r--frontends/amiga/stringview/urlhistory.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontends/amiga/stringview/urlhistory.c b/frontends/amiga/stringview/urlhistory.c
index c58a3770b..7405fbb57 100644
--- a/frontends/amiga/stringview/urlhistory.c
+++ b/frontends/amiga/stringview/urlhistory.c
@@ -26,10 +26,11 @@
#include "amiga/os3support.h"
-#include "urlhistory.h"
-
-#include "content/urldb.h"
#include "utils/nsoption.h"
+#include "utils/nsurl.h"
+#include "netsurf/url_db.h"
+
+#include "urlhistory.h"
static struct List PageList;