]> git.sesse.net Git - vlc/blobdiff - src/misc/cpu.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / misc / cpu.c
index 82b42c70efbc4ae810bf3e165bbcda6d0fdafa56..124876d7adfc02cebbb68f343ce2a58baa5fd9cd 100644 (file)
@@ -30,7 +30,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #ifdef HAVE_SIGNAL_H
 #   include <signal.h>                            /* SIGHUP, SIGINT, SIGKILL */