summaryrefslogtreecommitdiff
path: root/src/jpeg-6/jmemnobs.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2007-07-15 14:15:41 +0000
committerTim Angus <tim@ngus.net>2007-07-15 14:15:41 +0000
commitffbf946dd63dccf0d6b6553c8bc1c9da4d3c89b3 (patch)
tree62b48381afabceca4c2aad7c39e0eeb51e328126 /src/jpeg-6/jmemnobs.c
parent655d4c12eea45edf2041300eccace352a503b690 (diff)
* Merge of ioq3-r1112
Diffstat (limited to 'src/jpeg-6/jmemnobs.c')
-rw-r--r--src/jpeg-6/jmemnobs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jpeg-6/jmemnobs.c b/src/jpeg-6/jmemnobs.c
index ea7ead71..87533a19 100644
--- a/src/jpeg-6/jmemnobs.c
+++ b/src/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().