summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texparam.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-07-22 11:20:00 -0600
committerBrian Paul <[email protected]>2012-07-24 08:37:29 -0600
commita1287f549a3e6527b8cf3bf5b5f563ba63c6f48c (patch)
tree3f3c3972b10e772c95192a01de897bf86c7e46b8 /src/mesa/main/texparam.c
parent8b762ebd72c1bb1a9827a667ad55ba9516505adf (diff)
mesa: move more format helper functions to glformats.c
Diffstat (limited to 'src/mesa/main/texparam.c')
-rw-r--r--src/mesa/main/texparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c
index 9abc503e314..1376219d72a 100644
--- a/src/mesa/main/texparam.c
+++ b/src/mesa/main/texparam.c
@@ -35,7 +35,7 @@
#include "main/context.h"
#include "main/enums.h"
#include "main/formats.h"
-#include "main/image.h"
+#include "main/glformats.h"
#include "main/macros.h"
#include "main/mfeatures.h"
#include "main/mtypes.h"