summaryrefslogtreecommitdiff
path: root/frontends/riscos/hotlist.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-10 11:53:28 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-10 11:53:28 +0100
commit3153335fdecc9b5d3e7a55d4416790504f9d96c3 (patch)
treea331d2d583c162f6c2921dbc665d96f75f64402b /frontends/riscos/hotlist.c
parent8fdf262683dab03fb01941f74cfa698b1f9d6834 (diff)
downloadnetsurf-3153335fdecc9b5d3e7a55d4416790504f9d96c3.tar.gz
netsurf-3153335fdecc9b5d3e7a55d4416790504f9d96c3.tar.bz2
remove unecessary risc os frontend usage of content headers
Diffstat (limited to 'frontends/riscos/hotlist.c')
-rw-r--r--frontends/riscos/hotlist.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/frontends/riscos/hotlist.c b/frontends/riscos/hotlist.c
index d4acbc687..1f5fc21d7 100644
--- a/frontends/riscos/hotlist.c
+++ b/frontends/riscos/hotlist.c
@@ -17,8 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
- * Hotlist (implementation).
+/**
+ * \file
+ * Hotlist implementation for RISC OS.
*/
#include <ctype.h>
@@ -27,15 +28,13 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
-#include "oslib/osfile.h"
-#include "oslib/osmodule.h"
-#include "oslib/wimp.h"
+#include <oslib/osfile.h>
+#include <oslib/osmodule.h>
+#include <oslib/wimp.h>
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/nsoption.h"
-#include "content/content.h"
-#include "content/hlcache.h"
#include "content/urldb.h"
#include "desktop/hotlist.h"
#include "desktop/tree.h"