X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=65573cfccf08c4e853231ade26509d8c3ee5c278;hp=e91c6c2b343b464fd2d9ff0472eff52bdd21cae9;hb=c9c96581d5a29830f555079e861dcac8d48722d5;hpb=343a65bc48b4e0cda4d9a14afcd7e96cca9c5de9 diff --git a/ogg_afh.c b/ogg_afh.c index e91c6c2b..65573cfc 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -5,6 +5,7 @@ */ /** \file ogg_afh.c para_server's ogg vorbis audio format handler */ +#include #include #include #include @@ -12,11 +13,9 @@ #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