add cuesheet.h

This commit is contained in:
Josh Coalson 2002-11-19 06:21:00 +00:00
parent dd723074af
commit 5d86e18cd2
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#endif
/* These can't be included by themselves, only from within grabbag.h */
#include "grabbag/cuesheet.h"
#include "grabbag/file.h"
#include "grabbag/replaygain.h"
#include "grabbag/seektable.h"

View File

@ -3,6 +3,7 @@
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = \
cuesheet.h \
file.h \
replaygain.h \
seektable.h