summaryrefslogtreecommitdiff
path: root/src/mesa/main/texfetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/texfetch.c')
-rw-r--r--src/mesa/main/texfetch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c
index 3cc424fdc8..62a8b53409 100644
--- a/src/mesa/main/texfetch.c
+++ b/src/mesa/main/texfetch.c
@@ -77,13 +77,13 @@ nonlinear_to_linear(GLubyte cs8)
/* Texel fetch routines for all supported formats
*/
#define DIM 1
-#include "texformat_tmp.h"
+#include "texfetch_tmp.h"
#define DIM 2
-#include "texformat_tmp.h"
+#include "texfetch_tmp.h"
#define DIM 3
-#include "texformat_tmp.h"
+#include "texfetch_tmp.h"
/**
* Null texel fetch function.