aboutsummaryrefslogtreecommitdiffstats
path: root/code/jpeg-6/jmemnobs.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-06-02 19:56:43 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-06-02 19:56:43 +0000
commit0145ca358ae7ac7dc1e513ce5166791877381132 (patch)
treef2505d413d7f6c65a641fe610cdc170731ceb907 /code/jpeg-6/jmemnobs.c
parentf258d5ed829866e2bf8716dea3d1efcd8ba3d608 (diff)
downloadioquake3-aero-0145ca358ae7ac7dc1e513ce5166791877381132.tar.gz
ioquake3-aero-0145ca358ae7ac7dc1e513ce5166791877381132.zip
* Remove silly MINGW_CFLAGS hack
git-svn-id: svn://svn.icculus.org/quake3/trunk@1096 edf5b092-35ff-0310-97b2-ce42778d08ea
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().