From 36ea272a37825e15ed5e57b4ebc193b624868bce Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 28 Jan 2010 20:17:02 +0000 Subject: change include ordering to ensure all types are available on all platforms svn path=/trunk/netsurf/; revision=9926 --- image/jpeg.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'image') 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 #include #include -#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. */ -- cgit v1.2.3