i965: remove unneeded includes of texstore.h
authorBrian Paul <brianp@vmware.com>
Tue, 4 Oct 2011 00:20:59 +0000 (18:20 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 4 Oct 2011 00:20:59 +0000 (18:20 -0600)
src/mesa/drivers/dri/i965/brw_vs_surface_state.c
src/mesa/drivers/dri/i965/brw_wm_surface_state.c
src/mesa/drivers/dri/i965/gen7_wm_surface_state.c

index 6748ff9..e164729 100644 (file)
@@ -30,7 +30,6 @@
   */
 
 #include "main/mtypes.h"
-#include "main/texstore.h"
 #include "program/prog_parameter.h"
 
 #include "brw_context.h"
index d6cea7d..355e23d 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "main/mtypes.h"
 #include "main/samplerobj.h"
-#include "main/texstore.h"
 #include "program/prog_parameter.h"
 
 #include "intel_mipmap_tree.h"
index 50a3385..d2b9866 100644 (file)
@@ -22,7 +22,6 @@
  */
 #include "main/mtypes.h"
 #include "main/samplerobj.h"
-#include "main/texstore.h"
 #include "program/prog_parameter.h"
 
 #include "intel_mipmap_tree.h"