]> git.sesse.net Git - vlc/blobdiff - src/misc/variables.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / misc / variables.c
index 6d5923a2f78e2b7eeea40f4a6e218bd6dfa47bd6..2bd20558deace8af349713b4ef0e9eb2b4affc52 100644 (file)
@@ -28,7 +28,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include "variables.h"
 
 #include "libvlc.h"