diff options
author | Brian Paul <[email protected]> | 2004-04-22 00:54:53 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-22 00:54:53 +0000 |
commit | 3623733472905773957158444aff7d4606d640ff (patch) | |
tree | 6abe71da2248887c6b18bcc6e3f3617fef511bba /src/mesa/main/texformat.c | |
parent | 2fae1bb6df99b3823a47d28ad9c63a9f994f3c9f (diff) |
fix some include file glitches
Diffstat (limited to 'src/mesa/main/texformat.c')
-rw-r--r-- | src/mesa/main/texformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index 31a99f5d330..a075a8f32c7 100644 --- a/src/mesa/main/texformat.c +++ b/src/mesa/main/texformat.c @@ -40,8 +40,8 @@ #include "texformat.h" #include "teximage.h" #include "texstate.h" +#include "texstore.h" -#include "newstore.h" /* Texel fetch routines for all supported formats |