From ac70da346ceb71f4e588e6645e320c8a69742365 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Oct 2014 09:50:55 +0100 Subject: Update the RISC OS frontend to cope with split operations table headers --- riscos/theme.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'riscos/theme.c') diff --git a/riscos/theme.c b/riscos/theme.c index a12ed926d..eccf3729f 100644 --- a/riscos/theme.c +++ b/riscos/theme.c @@ -36,26 +36,25 @@ #include "oslib/wimp.h" #include "oslib/wimpextend.h" #include "oslib/wimpspriteop.h" + +#include "utils/nsoption.h" +#include "utils/log.h" +#include "utils/utils.h" #include "content/content.h" -#include "desktop/gui.h" + #include "riscos/cookies.h" #include "riscos/dialog.h" #include "riscos/global_history.h" #include "riscos/gui.h" #include "riscos/hotlist.h" #include "riscos/menus.h" -#include "utils/nsoption.h" #include "riscos/theme.h" #include "riscos/treeview.h" #include "riscos/wimp.h" #include "riscos/wimp_event.h" #include "riscos/wimputils.h" -#include "utils/log.h" -#include "utils/utils.h" - -/* \TODO -- provide a proper interface for these and make them static again! - */ +/** @todo provide a proper interface for these and make them static again! */ static struct theme_descriptor *theme_current = NULL; static struct theme_descriptor *theme_descriptors = NULL; -- cgit v1.2.3