include texobj.h to silence warnings

This commit is contained in:
Brian Paul 2004-01-18 17:20:41 +00:00
parent e093e94298
commit 013dee06c1
6 changed files with 6 additions and 2 deletions

View file

@ -11,6 +11,7 @@
#include "texstore.h"
#include "teximage.h"
#include "texformat.h"
#include "texobj.h"
#include "swrast/swrast.h"
#include "mm.h"

View file

@ -34,7 +34,7 @@
#include "texmem.h"
#include "swrast/swrast.h"
#include "colormac.h"
#include "texobj.h"
#include "mm.h"
#include "i810screen.h"

View 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"

View 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"

View 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))

View 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"