Remove unnecessary system header includes.
[paraslash.git] / wma_common.c
index 3c775be21d9cff0358676c42eaf3ca16889b3c10..6d01972d0c46f06982a300c8f95d633c00f5f857 100644 (file)
@@ -6,13 +6,7 @@
 
 /** \file wma_common.c Functions used by both the WMA afh and decoder. */
 
-#include <inttypes.h>
 #include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <string.h>
 
 #include "para.h"
 #include "error.h"