remove unnecessary #includes

This commit is contained in:
Josh Coalson 2007-09-11 00:26:07 +00:00
parent 223b9cae7d
commit 582e675d67

View File

@ -24,9 +24,6 @@
*/
#include "FLAC/format.h"
#include <stdio.h>
#include <stdlib.h> /* for malloc() */
#include <string.h> /* for memcmp() */
FLAC__bool mutils__compare_block_data_streaminfo(const FLAC__StreamMetadata_StreamInfo *block, const FLAC__StreamMetadata_StreamInfo *blockcopy);