]> git.sesse.net Git - vlc/blobdiff - src/libvlc-module.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / libvlc-module.c
index abc6fa9aaeeffa93f6b71e5bff407dabd34faeb3..852b1f400eea1603f9a35610d025d17e2a290047 100644 (file)
@@ -34,7 +34,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include "libvlc.h"