Cosmetics: remove double space
[wav_header.git] / wav_header.c
index 1aac2e9..6cb5157 100644 (file)
@@ -11,9 +11,7 @@
  */
 
 #include <stdio.h>
-#include <stdlib.h>
 #include <stdint.h>
-#include <string.h>
 
 #include <endian.h>
 
@@ -58,7 +56,7 @@ struct fmt {
        uint16_t wBitsPerSample;
        uint16_t cbSize;
        uint8_t extradata[];
-}  __attribute__((__packed__));
+} __attribute__((__packed__));
 
 struct WAVE {
        char fmtheader[8];