[vlc-commits] core: video_output: Remove unused include

Hugo Beauzée-Luyssen git at videolan.org
Thu Oct 12 16:56:57 CEST 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Oct 12 16:44:05 2017 +0200| [ab85d7f11ed8a7dff0a692e5d4ae369c28247304] | committer: Hugo Beauzée-Luyssen

core: video_output: Remove unused include

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab85d7f11ed8a7dff0a692e5d4ae369c28247304
---

 src/video_output/display.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/video_output/display.c b/src/video_output/display.c
index 3a6bba01dc..1160354522 100644
--- a/src/video_output/display.c
+++ b/src/video_output/display.c
@@ -28,7 +28,6 @@
 # include "config.h"
 #endif
 #include <assert.h>
-#include <stdnoreturn.h>
 
 #include <vlc_common.h>
 #include <vlc_video_splitter.h>



More information about the vlc-commits mailing list