summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_fs.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-21 22:53:37 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-21 22:53:37 -0700
commit40247d87d215d0f1b6370b2888548544eedf0d89 (patch)
tree6cdfddd823e97d9042c57a87afcc46215d07d7e8 /src/gallium/drivers/r300/r300_fs.h
parentb2b239691dfe593676aaee0cd990fa76354ac96f (diff)
r300g: Cleanup old static shader state.
Diffstat (limited to 'src/gallium/drivers/r300/r300_fs.h')
-rw-r--r--src/gallium/drivers/r300/r300_fs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_fs.h b/src/gallium/drivers/r300/r300_fs.h
index 8dfb139738..e831c30301 100644
--- a/src/gallium/drivers/r300/r300_fs.h
+++ b/src/gallium/drivers/r300/r300_fs.h
@@ -28,8 +28,7 @@
#include "tgsi/tgsi_scan.h"
-#include "r3xx_fs.h"
-#include "r5xx_fs.h"
+#include "radeon_code.h"
struct r300_fragment_shader {
/* Parent class */