st/mesa: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Sun, 31 Jan 2010 10:34:51 +0000 (02:34 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 31 Jan 2010 10:34:51 +0000 (02:34 -0800)
src/mesa/state_tracker/st_atom_shader.c
src/mesa/state_tracker/st_cb_program.c
src/mesa/state_tracker/st_mesa_to_tgsi.c

index 181f88a33486bd1a9704236088173705ea106719..aa0508a41fc02d8487a6d5feed58ca3c06fd2212 100644 (file)
@@ -50,7 +50,6 @@
 #include "st_context.h"
 #include "st_atom.h"
 #include "st_program.h"
-#include "st_atom_shader.h"
 
 
 
index 5138e596a9c35f1396b1aa04067d566e6042da88..86c53b4e76307c1cab0284ea61152792d770c8be 100644 (file)
@@ -43,7 +43,6 @@
 
 #include "st_context.h"
 #include "st_program.h"
-#include "st_atom_shader.h"
 #include "st_mesa_to_tgsi.h"
 #include "st_cb_program.h"
 
index 4aed2df8c31d57729111fe93d10440cb4abe7f26..6283833463f4fa201a91b23afa5f3c6cb9254c43 100644 (file)
@@ -40,7 +40,6 @@
 #include "st_context.h"
 #include "shader/prog_instruction.h"
 #include "shader/prog_parameter.h"
-#include "shader/prog_print.h"
 #include "util/u_debug.h"
 #include "util/u_math.h"
 #include "util/u_memory.h"