]> git.sesse.net Git - vlc/blobdiff - src/text/strings.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / text / strings.c
index aebefe0e0226454483178a4ad191794c0576931b..ec8bebe2ca597817067bf62801c12139eb5f6ae8 100644 (file)
@@ -30,7 +30,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <assert.h>
 
 /* Needed by str_format_time */