aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r600_tex.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-10-23 11:18:22 -0600
committerBrian Paul <[email protected]>2011-10-23 11:22:23 -0600
commit37fdfbfb0ec73f3a94843fd5daaf62389b43b656 (patch)
tree303dfb7d99304d0aae3df48123e187a5524da230 /src/mesa/drivers/dri/r600/r600_tex.c
parent39503c14190d5fb15daa180a17625c69d739b06b (diff)
radeon: remove unnecessary #includes of texstore.h
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_tex.c')
-rw-r--r--src/mesa/drivers/dri/r600/r600_tex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_tex.c b/src/mesa/drivers/dri/r600/r600_tex.c
index 890bada40d8..0bb4e133c68 100644
--- a/src/mesa/drivers/dri/r600/r600_tex.c
+++ b/src/mesa/drivers/dri/r600/r600_tex.c
@@ -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"