summaryrefslogtreecommitdiff
path: root/src/renderercommon/tr_image_png.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-02-16 20:58:04 +0000
committerTim Angus <tim@ngus.net>2013-02-16 22:12:07 +0000
commit0d15e50542e1bd791bc1d87744dcca9971e040f6 (patch)
tree99aa8ede5daccc1234889cc1da034005c7839383 /src/renderercommon/tr_image_png.c
parent1e105cd9071bbf7603f004ad5ed84af491231819 (diff)
Add renderercommon/tr_common.h
Diffstat (limited to 'src/renderercommon/tr_image_png.c')
-rw-r--r--src/renderercommon/tr_image_png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderercommon/tr_image_png.c b/src/renderercommon/tr_image_png.c
index 48b65a83..aad794e7 100644
--- a/src/renderercommon/tr_image_png.c
+++ b/src/renderercommon/tr_image_png.c
@@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
===========================================================================
*/
-#include "../renderergl1/tr_local.h"
+#include "tr_common.h"
#include "../qcommon/puff.h"