diff options
author | Corbin Simpson <[email protected]> | 2009-10-21 22:53:37 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-10-21 22:53:37 -0700 |
commit | 40247d87d215d0f1b6370b2888548544eedf0d89 (patch) | |
tree | 6cdfddd823e97d9042c57a87afcc46215d07d7e8 /src/gallium/drivers/r300/r300_fs.h | |
parent | b2b239691dfe593676aaee0cd990fa76354ac96f (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.h | 3 |
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 8dfb1397387..e831c30301b 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 */ |