summaryrefslogtreecommitdiff
path: root/include/FLAC
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-09-02 04:42:49 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-09-02 04:42:49 +0000
commit27426b697faca17db6856298880afbe8f55ed300 (patch)
treedc2f0bd96ae7434fa9045ea017e85e4dd69c6ebc /include/FLAC
parent55ddee58f0b1ec5cdf6726b6b3634abfdf8afe00 (diff)
downloadflac-27426b697faca17db6856298880afbe8f55ed300.tar.gz
remove unneeded check for config.h
Diffstat (limited to 'include/FLAC')
-rw-r--r--include/FLAC/callback.h4
1 files changed, 0 insertions, 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 <config.h>
-#endif
-
#include "ordinals.h"
#include <stdlib.h> /* for size_t */