]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/wave.c
fixed compilation on debian etch.
[vlc] / modules / video_filter / wave.c
index 3a9c0a54393c071d4899dd13d4b0c669f1c79088..36f740c2c8f4c184984c34cec1f77e9dec28dac4 100644 (file)
  * Preamble
  *****************************************************************************/
 
-#include <math.h>                                            /* sin(), cos() */
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
+#include <math.h>                                            /* sin(), cos() */
+
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_vout.h>