X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.c;h=6a97d6c6191420a99af25327d517fcf6bc58ece1;hp=bdfafedfbab45153a566dc953a989c22e15d097d;hb=bb6721e17e741b7ea52fbf88661d2b177bed72c3;hpb=7cb521f3eeb7fda02344c523989d5903251e673e;ds=sidebyside diff --git a/oggdec_filter.c b/oggdec_filter.c index bdfafedf..6a97d6c6 100644 --- a/oggdec_filter.c +++ b/oggdec_filter.c @@ -6,8 +6,10 @@ /** \file oggdec_filter.c Paraslash's ogg vorbis decoder. */ -#include "para.h" +#include +#include +#include "para.h" #include "oggdec_filter.cmdline.h" #include "list.h" #include "sched.h" @@ -16,8 +18,6 @@ #include "error.h" #include "string.h" -#include - /** Determine byte sex. */ #ifdef WORDS_BIGENDIAN #define ENDIAN 1