diff options
Diffstat (limited to 'src/decoder/OggCodec.hxx')
-rw-r--r-- | src/decoder/OggCodec.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/decoder/OggCodec.hxx b/src/decoder/OggCodec.hxx index 857871607..6643d85ad 100644 --- a/src/decoder/OggCodec.hxx +++ b/src/decoder/OggCodec.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -24,7 +24,8 @@ #ifndef MPD_OGG_CODEC_HXX #define MPD_OGG_CODEC_HXX -#include "DecoderAPI.hxx" +struct Decoder; +struct InputStream; enum ogg_codec { OGG_CODEC_UNKNOWN, |