]> git.sesse.net Git - vlc/blobdiff - modules/control/motion.c
input: Expose input_ItemHasErrorWhenReading.
[vlc] / modules / control / motion.c
index 6acb8369fd8d60983c4d5331bfee39f4c8722743..59d6ba2c516f5ffcdcee03407d25e0ae1f2613f8 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <math.h>
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <math.h>
+
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_interface.h>
 #include <vlc_vout.h>