]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/psychedelic.c
fixed compilation on debian etch.
[vlc] / modules / video_filter / psychedelic.c
index 8be202a2182fc5a40c61cb517fde5d4f786f0c74..271533de8de8594ea6e053ed5bef2ce6fe5aa5e3 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>