diff libvo/vo_dga.c @ 865:83919c1b9924

removed redundant osd.h includes
author arpi_esp
date Thu, 24 May 2001 20:48:45 +0000
parents 8146b106816a
children 8682a16321db
line wrap: on
line diff
--- a/libvo/vo_dga.c	Thu May 24 20:14:28 2001 +0000
+++ b/libvo/vo_dga.c	Thu May 24 20:48:45 2001 +0000
@@ -23,6 +23,9 @@
  * - works only on x86 architectures
  *
  * $Log$
+ * Revision 1.23  2001/05/24 20:48:45  arpi_esp
+ * removed redundant osd.h includes
+ *
  * Revision 1.22  2001/05/07 19:16:04  acki2
  * - now chooses mode with highest ymax (enables doublebuffering in some cases
  *   it didn't work before)
@@ -325,8 +328,6 @@
 
 //---------------------------------------------------------
 
-#include "osd.h"
-
 static void draw_alpha( int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride ){
 
   char *d;