]> git.sesse.net Git - vlc/blobdiff - src/audio_output/output.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / audio_output / output.c
index dd9ff19bc62205e4e477f61ef014a115d19e3202..b799855b43db43ac012c2ce0837f088aac515b64 100644 (file)
@@ -28,7 +28,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_aout.h>
 #include "aout_internal.h"