summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:50:55 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:44 +0100
commitac70da346ceb71f4e588e6645e320c8a69742365 (patch)
treeb14308c657e65a6b9a803536ffb9e9385172694a /riscos/hotlist.c
parentd06df231bc7c49e0f46ffc8fc8674d0717dff202 (diff)
downloadnetsurf-ac70da346ceb71f4e588e6645e320c8a69742365.tar.gz
netsurf-ac70da346ceb71f4e588e6645e320c8a69742365.tar.bz2
Update the RISC OS frontend to cope with split operations table headers
Diffstat (limited to 'riscos/hotlist.c')
-rw-r--r--riscos/hotlist.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/riscos/hotlist.c b/riscos/hotlist.c
index 82ad3b0f2..736f368dd 100644
--- a/riscos/hotlist.c
+++ b/riscos/hotlist.c
@@ -31,16 +31,16 @@
#include "oslib/osmodule.h"
#include "oslib/wimp.h"
+#include "utils/log.h"
+#include "utils/messages.h"
+#include "utils/utils.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"
-#include "desktop/gui.h"
-#include "utils/log.h"
-#include "utils/messages.h"
-#include "utils/utils.h"
-#include "utils/nsoption.h"
+#include "desktop/gui_window.h"
#include "riscos/gui.h"
#include "riscos/dialog.h"