]> git.sesse.net Git - vlc/blobdiff - src/modules/entry.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / modules / entry.c
index f7405bf67b5397cc8b2b99e0f4bf67e0d45363c8..cf3d0f3e71bf28103476b0080a24eac2b7fe26cd 100644 (file)
@@ -23,7 +23,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <assert.h>
 #include <stdarg.h>