]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/transrate/block.c
don't save xspf-playlist location, as it's not needed by vlc, and as mentioned
[vlc] / modules / stream_out / transrate / block.c
index e22eb1b78b5b5868044896957c30add873d37714..ff42b4fe035793fc400b510892350be8882205ac 100644 (file)
  * Preamble
  *****************************************************************************/
 #define NDEBUG 1
-#include <assert.h>
-#include <math.h>
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
+#include <assert.h>
+#include <math.h>
+
 #include <vlc_common.h>
 #include <vlc_sout.h>
 #include <vlc_codec.h>