From: Brian Paul Date: Sun, 18 Jan 2004 17:20:41 +0000 (+0000) Subject: include texobj.h to silence warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=013dee06c19ac342a7ce6b94b4630f7f45b26aa9;p=mesa.git include texobj.h to silence warnings --- diff --git a/src/mesa/drivers/dri/gamma/gamma_tex.c b/src/mesa/drivers/dri/gamma/gamma_tex.c index 72359848228..e0bc301d9df 100644 --- a/src/mesa/drivers/dri/gamma/gamma_tex.c +++ b/src/mesa/drivers/dri/gamma/gamma_tex.c @@ -11,6 +11,7 @@ #include "texstore.h" #include "teximage.h" #include "texformat.h" +#include "texobj.h" #include "swrast/swrast.h" #include "mm.h" diff --git a/src/mesa/drivers/dri/i810/i810tex.c b/src/mesa/drivers/dri/i810/i810tex.c index 31e5207eb2a..bab5865e829 100644 --- a/src/mesa/drivers/dri/i810/i810tex.c +++ b/src/mesa/drivers/dri/i810/i810tex.c @@ -34,7 +34,7 @@ #include "texmem.h" #include "swrast/swrast.h" #include "colormac.h" - +#include "texobj.h" #include "mm.h" #include "i810screen.h" diff --git a/src/mesa/drivers/dri/i830/i830_tex.c b/src/mesa/drivers/dri/i830/i830_tex.c index 8067e5d6950..937f2cf393b 100644 --- a/src/mesa/drivers/dri/i830/i830_tex.c +++ b/src/mesa/drivers/dri/i830/i830_tex.c @@ -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" diff --git a/src/mesa/drivers/dri/r128/r128_tex.c b/src/mesa/drivers/dri/r128/r128_tex.c index bd8195af480..b9874bd73f3 100644 --- a/src/mesa/drivers/dri/r128/r128_tex.c +++ b/src/mesa/drivers/dri/r128/r128_tex.c @@ -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" diff --git a/src/mesa/drivers/dri/sis/sis_tex.c b/src/mesa/drivers/dri/sis/sis_tex.c index 13c82652ea0..f5df84b3e7c 100644 --- a/src/mesa/drivers/dri/sis/sis_tex.c +++ b/src/mesa/drivers/dri/sis/sis_tex.c @@ -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)) diff --git a/src/mesa/drivers/dri/tdfx/tdfx_tex.c b/src/mesa/drivers/dri/tdfx/tdfx_tex.c index 1e3dbdf38e0..d18812faaab 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_tex.c +++ b/src/mesa/drivers/dri/tdfx/tdfx_tex.c @@ -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"