aboutsummaryrefslogtreecommitdiffstats
path: root/code/jpeg-6/jerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/jpeg-6/jerror.c')
-rw-r--r--code/jpeg-6/jerror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/jpeg-6/jerror.c b/code/jpeg-6/jerror.c
index 255c092..026e2d1 100644
--- a/code/jpeg-6/jerror.c
+++ b/code/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