remove unnecessary #includes
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 11 Sep 2007 00:26:07 +0000 (00:26 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 11 Sep 2007 00:26:07 +0000 (00:26 +0000)
include/test_libs_common/metadata_utils.h

index e1e87b3..2f0f3ee 100644 (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);