include texobj.h to silence warnings
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "texstore.h"
|
||||
#include "teximage.h"
|
||||
#include "texformat.h"
|
||||
#include "texobj.h"
|
||||
#include "swrast/swrast.h"
|
||||
|
||||
#include "mm.h"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "texmem.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "colormac.h"
|
||||
|
||||
#include "texobj.h"
|
||||
#include "mm.h"
|
||||
|
||||
#include "i810screen.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user