X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=4e64f062e5e5f6a09d9629c491e1fab4b0a91ecb;hp=e91c6c2b343b464fd2d9ff0472eff52bdd21cae9;hb=7cd6e84f08240d3604ddb36ecd3c7b1ec6990446;hpb=343a65bc48b4e0cda4d9a14afcd7e96cca9c5de9 diff --git a/ogg_afh.c b/ogg_afh.c index e91c6c2b..4e64f062 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -5,18 +5,16 @@ */ /** \file ogg_afh.c para_server's ogg vorbis audio format handler */ +#include #include #include #include #include -#include #include "para.h" -#include "afh.h" #include "error.h" +#include "afh.h" #include "string.h" -#include "afs.h" -#include "server.h" /** must be big enough to hold header */ #define CHUNK_SIZE 32768