]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/param_eq.c
Remove Unneeded test (thx ipkiss)
[vlc] / modules / audio_filter / param_eq.c
index acd04de903a85e81d28e3444cd0e7f8d46138810..53c000f0e739162ef0f43e7db13c07b2bdcc4729 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_aout.h>