remove seek_table; it moved into the metadata interface

This commit is contained in:
Josh Coalson
2002-06-05 05:55:24 +00:00
parent 40f037108a
commit 6dc7934c3a
5 changed files with 0 additions and 5 deletions

View File

@@ -25,7 +25,6 @@ include_HEADERS = \
format.h \
metadata.h \
ordinals.h \
seek_table.h \
seekable_stream_decoder.h \
stream_decoder.h \
stream_encoder.h

View File

@@ -25,7 +25,6 @@
#include "format.h"
#include "metadata.h"
#include "ordinals.h"
#include "seek_table.h"
#include "seekable_stream_decoder.h"
#include "stream_decoder.h"
#include "stream_encoder.h"