mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 09:20:13 +01:00
include texobj.h to silence warnings
This commit is contained in:
parent
e093e94298
commit
013dee06c1
6 changed files with 6 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue