]> git.sesse.net Git - vlc/blobdiff - src/input/demux.c
Do not include vlc_modules.h in vlc_common.h
[vlc] / src / input / demux.c
index 675da9c1d5f57bf21d73f6e7acf6043e981a5e62..458e162b99e85b16e8b5f0fbf787999d3ce2481f 100644 (file)
@@ -30,6 +30,7 @@
 #include <vlc_codec.h>
 #include <vlc_meta.h>
 #include <vlc_url.h>
+#include <vlc_modules.h>
 
 static bool SkipID3Tag( demux_t * );
 static bool SkipAPETag( demux_t *p_demux );