diff options
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_screen.c | 1 | ||||
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_screen.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_screen.c b/src/gallium/drivers/nouveau/nouveau_screen.c index 99546a21319..8ebae8e27dc 100644 --- a/src/gallium/drivers/nouveau/nouveau_screen.c +++ b/src/gallium/drivers/nouveau/nouveau_screen.c @@ -20,7 +20,6 @@ /* XXX this should go away */ #include "state_tracker/drm_driver.h" -#include "util/u_simple_screen.h" #include "nouveau_drmif.h" diff --git a/src/gallium/drivers/nvfx/nvfx_screen.c b/src/gallium/drivers/nvfx/nvfx_screen.c index d47558e7a86..71e7c1591d8 100644 --- a/src/gallium/drivers/nvfx/nvfx_screen.c +++ b/src/gallium/drivers/nvfx/nvfx_screen.c @@ -2,7 +2,6 @@ #include "pipe/p_state.h" #include "util/u_format.h" #include "util/u_format_s3tc.h" -#include "util/u_simple_screen.h" #include "vl/vl_decoder.h" #include "vl/vl_video_buffer.h" |