X-Git-Url: https://git.ao2.it/wav_header.git/blobdiff_plain/910f8bcce017cec42b7ebc6d7cf757ca3fa5442a..6b53484d0c99f28083876e22d4c43e64e4c21052:/wav_header.c?ds=sidebyside diff --git a/wav_header.c b/wav_header.c index 1aac2e9..6cb5157 100644 --- a/wav_header.c +++ b/wav_header.c @@ -11,9 +11,7 @@ */ #include -#include #include -#include #include @@ -58,7 +56,7 @@ struct fmt { uint16_t wBitsPerSample; uint16_t cbSize; uint8_t extradata[]; -} __attribute__((__packed__)); +} __attribute__((__packed__)); struct WAVE { char fmtheader[8];