remove obsolete includes

This commit is contained in:
Josh Coalson 2002-08-06 05:39:44 +00:00
parent ac2932b47f
commit f86f400869
2 changed files with 0 additions and 8 deletions

View File

@ -20,9 +20,7 @@ includedir = ${prefix}/include/OggFLAC
include_HEADERS = \ include_HEADERS = \
all.h \ all.h \
file_encoder.h \
file_decoder.h \ file_decoder.h \
seekable_stream_decoder.h \ seekable_stream_decoder.h \
seekable_stream_encoder.h \
stream_decoder.h \ stream_decoder.h \
stream_encoder.h stream_encoder.h

View File

@ -20,14 +20,8 @@
#ifndef OggFLAC__ALL_H #ifndef OggFLAC__ALL_H
#define OggFLAC__ALL_H #define OggFLAC__ALL_H
#include "assert.h"
#include "file_decoder.h" #include "file_decoder.h"
#include "file_encoder.h"
#include "format.h"
#include "metadata.h"
#include "ordinals.h"
#include "seekable_stream_decoder.h" #include "seekable_stream_decoder.h"
#include "seekable_stream_encoder.h"
#include "stream_decoder.h" #include "stream_decoder.h"
#include "stream_encoder.h" #include "stream_encoder.h"