From 27426b697faca17db6856298880afbe8f55ed300 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 2 Sep 2004 04:42:49 +0000 Subject: [PATCH] remove unneeded check for config.h --- include/FLAC/callback.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/FLAC/callback.h b/include/FLAC/callback.h index f2cf602a..239f7e52 100644 --- a/include/FLAC/callback.h +++ b/include/FLAC/callback.h @@ -32,10 +32,6 @@ #ifndef FLAC__CALLBACK_H #define FLAC__CALLBACK_H -#ifdef HAVE_CONFIG_H -#include -#endif - #include "ordinals.h" #include /* for size_t */