]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aac_afh.c
do not copy the audio file header
[paraslash.git] / aac_afh.c
index 13e9c5d5ad4bc1c96f24ae8353e8fafbc0e52494..e9417d2c5c004304979af625fe87f15dbefc496f 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
 
 /** \file aac_afh.c para_server's aac audio format handler */
 
-#include "server.cmdline.h"
 #include "server.h"
-#include "vss.h"
 #include "error.h"
 #include "string.h"
 #include "aac.h"
-#include "fd.h"
 
 static int aac_find_stsz(unsigned char *buf, off_t buflen, off_t *skip)
 {