]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_intf.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / video_output / vout_intf.c
index c5270dfe84d8048ff972257131ec264fc2319f5d..6485e6598812b10f7576712460673d4d1a013d3f 100644 (file)
@@ -29,7 +29,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include <stdio.h>
 #include <stdlib.h>                                                /* free() */