diff options
author | Marek Olšák <[email protected]> | 2010-03-21 22:05:27 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-03-21 22:05:27 +0100 |
commit | 8bf9842fac00369b5cd3a82fb4d87db0e31848b8 (patch) | |
tree | 97bed3b590f471967e4f12152ce07d8980e23be8 /src/gallium/drivers/r300/r300_texture.c | |
parent | 7733bac66c071a64cf12930b16b808b3450f853b (diff) |
r300g: fix scons build
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c index fe2ba60b9c9..eaefd9d7d4e 100644 --- a/src/gallium/drivers/r300/r300_texture.c +++ b/src/gallium/drivers/r300/r300_texture.c @@ -31,8 +31,7 @@ #include "r300_texture.h" #include "r300_screen.h" #include "r300_state_inlines.h" - -#include "radeon_winsys.h" +#include "r300_winsys.h" #define TILE_WIDTH 0 #define TILE_HEIGHT 1 |