aboutsummaryrefslogtreecommitdiffstats
path: root/code/jpeg-6/jmemnobs.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/jpeg-6/jmemnobs.c')
-rw-r--r--code/jpeg-6/jmemnobs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/jpeg-6/jmemnobs.c b/code/jpeg-6/jmemnobs.c
index ea7ead7..87533a1 100644
--- a/code/jpeg-6/jmemnobs.c
+++ b/code/jpeg-6/jmemnobs.c
@@ -15,13 +15,13 @@
* Note that the max_memory_to_use option is ignored by this implementation.
*/
+#include "../renderer/tr_local.h"
+
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
#include "jmemsys.h" /* import the system-dependent declarations */
-#include "../renderer/tr_local.h"
-
/*
* Memory allocation and ri.Freeing are controlled by the regular library
* routines ri.Malloc() and ri.Free().