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
+1
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"
+1 -1
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"
+1 -1
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"
+1
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"
+1
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))
+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"