summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_program.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-27 09:03:15 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-27 09:03:15 -0600
commitef6940f17220f1149dce6daf548bd0103d91a281 (patch)
treeb9a574e5e32bc6c8e899dac62e5542aa8e0fbfc7 /src/mesa/state_tracker/st_cb_program.c
parent3cf6644c00ad0b265c64645d0b14de9dc90ba851 (diff)
Move mesa_to_tgsi.[ch] to state_tracker
Diffstat (limited to 'src/mesa/state_tracker/st_cb_program.c')
-rw-r--r--src/mesa/state_tracker/st_cb_program.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_program.c b/src/mesa/state_tracker/st_cb_program.c
index 26609e9645..a330c1c922 100644
--- a/src/mesa/state_tracker/st_cb_program.c
+++ b/src/mesa/state_tracker/st_cb_program.c
@@ -43,7 +43,6 @@
#include "st_program.h"
#include "st_atom_shader.h"
-#include "pipe/tgsi/mesa/tgsi_mesa.h"
/**