diff options
author | Rhys Kidd <[email protected]> | 2017-05-31 18:48:09 -0400 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-01 10:16:14 +0200 |
commit | e3054004433fa91d4ab195604f5fa28487d34096 (patch) | |
tree | 44415eb6600a78a7784d8b443ee610b86ad8d800 /src/gallium/drivers/nouveau/nvc0 | |
parent | 6d60121fa0274f6d19934544764ab8e335e603de (diff) |
nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/
Signed-off-by: Rhys Kidd <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0')
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c index f2ae4f3ae3b..c636926994b 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c @@ -27,9 +27,6 @@ #include "util/u_format_s3tc.h" #include "pipe/p_screen.h" -#include "vl/vl_decoder.h" -#include "vl/vl_video_buffer.h" - #include "nouveau_vp3_video.h" #include "nvc0/nvc0_context.h" |