diff options
Diffstat (limited to 'src/libspudec/xine_decoder.c')
-rw-r--r-- | src/libspudec/xine_decoder.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libspudec/xine_decoder.c b/src/libspudec/xine_decoder.c index 13d6ceae1..a72734e00 100644 --- a/src/libspudec/xine_decoder.c +++ b/src/libspudec/xine_decoder.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.72 2002/09/01 06:02:53 jcdutton Exp $ + * $Id: xine_decoder.c,v 1.73 2002/09/04 23:31:10 guenter Exp $ * * stuff needed to turn libspu into a xine decoder plugin */ @@ -32,9 +32,8 @@ #include <fcntl.h> #include <assert.h> -#include "buffer.h" -#include "events.h" #include "xine_internal.h" +#include "buffer.h" #include "video_out/alphablend.h" /* For clut_t */ #include "xine-engine/bswap.h" #include "xineutils.h" |