]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/normvol.c
macosx: Fix controller playlist toggling to use the contentRect and not the window...
[vlc] / modules / audio_filter / normvol.c
index 97ed3c78ac6fc9d16ebfee1297f284a4e233d8e0..0c57c0b97acc844c9ebfd8b3937f8078bbef185b 100644 (file)
  * Preamble
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <errno.h>                                                 /* ENOMEM */
 #include <ctype.h>
 #include <signal.h>
 #include <math.h>
 
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
 #include <vlc_common.h>
 #include <vlc_plugin.h>