diff options
Diffstat (limited to 'src/jpeg-6/jerror.c')
-rw-r--r-- | src/jpeg-6/jerror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jpeg-6/jerror.c b/src/jpeg-6/jerror.c index 255c0921..026e2d11 100644 --- a/src/jpeg-6/jerror.c +++ b/src/jpeg-6/jerror.c @@ -13,14 +13,14 @@ * These routines are used by both the compression and decompression code. */ +#include "../renderer/tr_local.h" + /* this is not a core library module, so it doesn't define JPEG_INTERNALS */ #include "jinclude.h" #include "jpeglib.h" #include "jversion.h" #include "jerror.h" -#include "../renderer/tr_local.h" - #ifndef EXIT_FAILURE /* define exit() codes if not provided */ #define EXIT_FAILURE 1 #endif |