include texobj.h to silence warnings
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 18 Jan 2004 17:20:41 +0000 (17:20 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 18 Jan 2004 17:20:41 +0000 (17:20 +0000)
src/mesa/drivers/dri/gamma/gamma_tex.c
src/mesa/drivers/dri/i810/i810tex.c
src/mesa/drivers/dri/i830/i830_tex.c
src/mesa/drivers/dri/r128/r128_tex.c
src/mesa/drivers/dri/sis/sis_tex.c
src/mesa/drivers/dri/tdfx/tdfx_tex.c

index 72359848228bdca11d34e0d6a45786a17c70ae77..e0bc301d9df5d337b90827e45f0216b242c94b27 100644 (file)
@@ -11,6 +11,7 @@
 #include "texstore.h"
 #include "teximage.h"
 #include "texformat.h"
+#include "texobj.h"
 #include "swrast/swrast.h"
 
 #include "mm.h"
index 31e5207eb2a754a08a42e9533ce9c73c7789acf3..bab5865e829dfa53a87ceea4292cd05962e98ddb 100644 (file)
@@ -34,7 +34,7 @@
 #include "texmem.h"
 #include "swrast/swrast.h"
 #include "colormac.h"
-
+#include "texobj.h"
 #include "mm.h"
 
 #include "i810screen.h"
index 8067e5d6950d2f9f2a2449c0e19080112419a690..937f2cf393b39aa54a59d788dec357fb8c7095a6 100644 (file)
@@ -45,7 +45,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "texformat.h"
 #include "texmem.h"
 #include "swrast/swrast.h"
-
+#include "texobj.h"
 #include "mm.h"
 
 #include "i830_screen.h"
index bd8195af480084ab803b8676481e7d4e2e8d77c9..b9874bd73f362cc3911b2b9404d3c4e975d3988a 100644 (file)
@@ -50,6 +50,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "teximage.h"
 #include "imports.h"
 #include "colormac.h"
+#include "texobj.h"
 
 #include "xmlpool.h"
 
index 13c82652ea04782828fbd68f12f32d1407340ed6..f5df84b3e7cebae15e9ec364046aca7ec648d9c3 100644 (file)
@@ -38,6 +38,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "texformat.h"
 #include "texstore.h"
 #include "teximage.h"
+#include "texobj.h"
 
 #define ALIGN(value, align) (char *)((long)(value + align - 1) & ~(align - 1))
 
index 1e3dbdf38e01a333c6ffc57b52786639e742c042..d18812faaab6ef1099f38c48666314e7ae37b0de 100644 (file)
@@ -40,6 +40,7 @@
 #include "texformat.h"
 #include "teximage.h"
 #include "texstore.h"
+#include "texobj.h"
 #include "tdfx_context.h"
 #include "tdfx_tex.h"
 #include "tdfx_texman.h"