From 976eca99580339c8cbb81819b54134de9ac8b97e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Jun 2016 23:34:45 +0100 Subject: msplit public url database API out for frontends --- frontends/amiga/stringview/urlhistory.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'frontends/amiga/stringview') 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; -- cgit v1.2.3