]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/ripple.c
fixed compilation on debian etch.
[vlc] / modules / video_filter / ripple.c
index 5dcbcb0ba005b303572f0bf5fe33cd0e7259e1ce..00108565401be8a5d1df385c0501beec77a629c0 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>