mirror of https://github.com/xiph/flac
remove obsolete includes
This commit is contained in:
parent
ac2932b47f
commit
f86f400869
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue