[vlc-devel] [PATCH 05/14] vlm: remove useless includes

Romain Vimont rom1v at videolabs.io
Tue Sep 15 19:37:37 CEST 2020


---
 src/input/vlm.c          | 2 --
 src/input/vlm_internal.h | 1 -
 src/input/vlmshell.c     | 3 ---
 3 files changed, 6 deletions(-)

diff --git a/src/input/vlm.c b/src/input/vlm.c
index ad69d476a0..153b6519ae 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -46,9 +46,7 @@
 #include "vlm_event.h"
 #include <vlc_sout.h>
 #include <vlc_url.h>
-#include "../stream_output/stream_output.h"
 #include "../libvlc.h"
-#include "input_internal.h"
 
 /*****************************************************************************
  * Local prototypes.
diff --git a/src/input/vlm_internal.h b/src/input/vlm_internal.h
index 150bf4acd4..34c58788f1 100644
--- a/src/input/vlm_internal.h
+++ b/src/input/vlm_internal.h
@@ -25,7 +25,6 @@
 
 #include <vlc_vlm.h>
 #include <vlc_player.h>
-#include "input_interface.h"
 
 /* Private */
 typedef struct
diff --git a/src/input/vlmshell.c b/src/input/vlmshell.c
index cdb27bb9a9..086c595bc7 100644
--- a/src/input/vlmshell.c
+++ b/src/input/vlmshell.c
@@ -44,15 +44,12 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 
-#include "input_internal.h"
 #include <vlc_stream.h>
 #include "vlm_internal.h"
 #include <vlc_charset.h>
 #include <vlc_fs.h>
 #include <vlc_sout.h>
 #include <vlc_memstream.h>
-#include "../stream_output/stream_output.h"
-#include "../libvlc.h"
 
 /*****************************************************************************
  * Local prototypes.
-- 
2.28.0



More information about the vlc-devel mailing list