radeon: remove unnecessary #includes of texstore.h
authorBrian Paul <brianp@vmware.com>
Sun, 23 Oct 2011 17:18:22 +0000 (11:18 -0600)
committerBrian Paul <brianp@vmware.com>
Sun, 23 Oct 2011 17:22:23 +0000 (11:22 -0600)
src/mesa/drivers/dri/r200/r200_tex.c
src/mesa/drivers/dri/r300/r300_tex.c
src/mesa/drivers/dri/r600/r600_tex.c
src/mesa/drivers/dri/radeon/radeon_tex.c

index 27a7618b32b5e1e6345ebfa872b1421dd2e35b24..2be8390ab562f89e39f8ca4f0655bb62c9ba2ac3 100644 (file)
@@ -39,7 +39,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/image.h"
 #include "main/mfeatures.h"
 #include "main/simple_list.h"
-#include "main/texstore.h"
 #include "main/teximage.h"
 #include "main/texobj.h"
 
index ed478801a8b19ccb39bf102efb36390248352d20..10e9d99b0ed29296e1a3066b5c95852cccb6b291 100644 (file)
@@ -41,7 +41,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/mfeatures.h"
 #include "main/mipmap.h"
 #include "main/simple_list.h"
-#include "main/texstore.h"
 #include "main/texobj.h"
 
 #include "texmem.h"
index 890bada40d805b29dabac8081eb5efef77159942..0bb4e133c68666e9567793064a926a69523d02a8 100644 (file)
@@ -41,7 +41,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/mfeatures.h"
 #include "main/mipmap.h"
 #include "main/simple_list.h"
-#include "main/texstore.h"
 #include "main/texobj.h"
 
 #include "texmem.h"
index 611c717dc959791366c4edc61188180e0ca71554..f0b410737e57ea30ab3cb8762ae572e7ca81cfcd 100644 (file)
@@ -39,7 +39,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/image.h"
 #include "main/mfeatures.h"
 #include "main/simple_list.h"
-#include "main/texstore.h"
 #include "main/teximage.h"
 #include "main/texobj.h"