]> git.sesse.net Git - vlc/blobdiff - modules/control/motion.c
Mostly revert [25311], [25313].
[vlc] / modules / control / motion.c
index dc75305202e1a1fa59a66e12f6c3c683ce46c2eb..124bd34fc6efa74759849b6075c0b990c3d51ac9 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                                      /* malloc(), free() */
-#include <string.h>
 #include <math.h>
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
 #include <vlc_vout.h>