]> git.sesse.net Git - vlc/blobdiff - src/misc/md5.c
Remove VLC_VAR_LIST variable type
[vlc] / src / misc / md5.c
index adbb7d5a9981843500d6d4b3b0a95c488af67704..f4f93fff818bfdfb1e7c1c35d86fb6d1fa735494 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include <string.h>
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <string.h>
+
+#include <vlc_common.h>
 #include <vlc_md5.h>
 
 #ifdef WORDS_BIGENDIAN