summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/content.h b/content/content.h
index 48a5c1300..b865e6b4c 100644
--- a/content/content.h
+++ b/content/content.h
@@ -34,13 +34,13 @@
#include "netsurf/render/box.h"
#include "netsurf/render/font.h"
#include "netsurf/render/html.h"
+#ifdef WITH_JPEG
+#include "netsurf/riscos/jpeg.h"
+#endif
#ifdef riscos
#ifdef WITH_GIF
#include "netsurf/riscos/gif.h"
#endif
-#ifdef WITH_JPEG
-#include "netsurf/riscos/jpeg.h"
-#endif
#ifdef WITH_PLUGIN
#include "netsurf/riscos/plugin.h"
#endif
@@ -103,10 +103,10 @@ struct content {
union {
struct content_html_data html;
struct content_css_data css;
-#ifdef riscos
#ifdef WITH_JPEG
struct content_jpeg_data jpeg;
#endif
+#ifdef riscos
#ifdef WITH_PNG
struct content_png_data png;
#endif