summaryrefslogtreecommitdiff
path: root/frontends/riscos/global_history.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/global_history.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/global_history.c')
-rw-r--r--frontends/riscos/global_history.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/riscos/global_history.c b/frontends/riscos/global_history.c
index 88c071c23..edef331f2 100644
--- a/frontends/riscos/global_history.c
+++ b/frontends/riscos/global_history.c
@@ -17,8 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
- * Global history (implementation).
+/**
+ * \file
+ * Global history implementation for RISC OS.
*/
#include <assert.h>
@@ -30,7 +31,6 @@
#include "oslib/wimp.h"
#include "oslib/wimpspriteop.h"
-#include "content/urldb.h"
#include "utils/nsoption.h"
#include "utils/messages.h"
#include "utils/log.h"