summaryrefslogtreecommitdiff
path: root/src/libspudec
diff options
context:
space:
mode:
Diffstat (limited to 'src/libspudec')
-rw-r--r--src/libspudec/spu.c3
-rw-r--r--src/libspudec/xine_decoder.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c
index 6dfe956dd..3818a393a 100644
--- a/src/libspudec/spu.c
+++ b/src/libspudec/spu.c
@@ -36,7 +36,7 @@
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: spu.c,v 1.81 2005/09/24 19:08:26 miguelfreitas Exp $
+ * $Id: spu.c,v 1.82 2005/09/25 00:44:04 miguelfreitas Exp $
*
*/
@@ -51,7 +51,6 @@
#include <fcntl.h>
#include "xine_internal.h"
-#include "video_out/alphablend.h"
#include "xineutils.h"
#include "spu.h"
#include "buffer.h"
diff --git a/src/libspudec/xine_decoder.c b/src/libspudec/xine_decoder.c
index dea99d59c..bbd38c070 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.112 2005/09/24 23:44:34 miguelfreitas Exp $
+ * $Id: xine_decoder.c,v 1.113 2005/09/25 00:44:04 miguelfreitas Exp $
*
* stuff needed to turn libspu into a xine decoder plugin
*/
@@ -33,7 +33,6 @@
#include "xine_internal.h"
#include "buffer.h"
-#include "video_out/alphablend.h" /* For clut_t */
#include "xine-engine/bswap.h"
#include "xineutils.h"
#include "spu.h"