From 08bdb43bef5173f045a868289b05a4a698ab811e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:27:06 +0200 Subject: moved InputPlugin to decoder_api.h InputPlugin is the API which is implemented by a decoder plugin. This belongs to the public API/ABI, so move it to decoder_api.h. It will later be renamed to something like "decoder_plugin". --- src/inputPlugins/_ogg_common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/inputPlugins/_ogg_common.c') diff --git a/src/inputPlugins/_ogg_common.c b/src/inputPlugins/_ogg_common.c index a7525c2de..73facdded 100644 --- a/src/inputPlugins/_ogg_common.c +++ b/src/inputPlugins/_ogg_common.c @@ -19,8 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "../inputPlugin.h" - #include "_flac_common.h" #include "_ogg_common.h" -- cgit v1.2.3