]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/adjust.c
fixed compilation on debian etch.
[vlc] / modules / video_filter / adjust.c
index 9d5ff526e6f8113d7b416b4ca810072d914838ad..a3588e82cb0806bceda3b72092f6dd314561dd75 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <errno.h>
-#include <math.h>
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
+#include <errno.h>
+#include <math.h>
+
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_sout.h>