summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2017-05-31 18:48:09 -0400
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-06-01 10:16:14 +0200
commite3054004433fa91d4ab195604f5fa28487d34096 (patch)
tree44415eb6600a78a7784d8b443ee610b86ad8d800 /src/gallium/drivers/nouveau
parent6d60121fa0274f6d19934544764ab8e335e603de (diff)
nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r--src/gallium/drivers/nouveau/nvc0/nvc0_screen.c3
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"