]> git.sesse.net Git - vlc/blobdiff - modules/control/motion.c
macosx: Fix controller playlist toggling to use the contentRect and not the window...
[vlc] / modules / control / motion.c
index ccecf4d0829637af6728c253c20afbb0d3e7e183..59d6ba2c516f5ffcdcee03407d25e0ae1f2613f8 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <math.h>
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
+#include <math.h>
+
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_interface.h>