summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--image/jpeg.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/image/jpeg.c b/image/jpeg.c
index ec93f7c73..e96faaa67 100644
--- a/image/jpeg.c
+++ b/image/jpeg.c
@@ -34,15 +34,18 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#define JPEG_INTERNAL_OPTIONS
-#include "jpeglib.h"
+
#include "desktop/plotters.h"
#include "image/bitmap.h"
-#include "image/jpeg.h"
+
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/utils.h"
+#define JPEG_INTERNAL_OPTIONS
+#include "jpeglib.h"
+#include "image/jpeg.h"
+
#ifdef riscos
/* We prefer the library to be configured with these options to save
* copying data during decoding. */