summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xine-engine/video_overlay.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-engine/video_overlay.h b/src/xine-engine/video_overlay.h
index f11588c00..ded3b30db 100644
--- a/src/xine-engine/video_overlay.h
+++ b/src/xine-engine/video_overlay.h
@@ -17,7 +17,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: video_overlay.h,v 1.2 2001/12/08 00:37:38 guenter Exp $
+ * $Id: video_overlay.h,v 1.3 2001/12/08 18:43:44 hrm Exp $
*
*/
@@ -25,8 +25,6 @@
#define HAVE_VIDEO_OVERLAY_H
#include "xine_internal.h"
-#include "video_out/alphablend.h"
-#include "xine-engine/bswap.h"
#ifdef __GNUC__
#define CLUT_Y_CR_CB_INIT(_y,_cr,_cb) {y: (_y), cr: (_cr), cb: (_cb)}