Remove unnecessary system header includes.
[paraslash.git] / wma_afh.c
index cfa7304043704bcda166f6050a16392689b00ff8..7262c6ac9536a73fbefc184d89da48998f4b3250 100644 (file)
--- a/wma_afh.c
+++ b/wma_afh.c
@@ -6,14 +6,7 @@
 
 /** \file wma_afh.c The audio format handler for WMA files. */
 
-#include <stdlib.h>
-#include <inttypes.h>
 #include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <string.h>
 #include <regex.h>
 
 #include "para.h"