[MPlayer-cvslog] CVS: main/libao2 ao_esd.c, 1.8, 1.9 ao_polyp.c, 1.2, 1.3

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Dec 7 03:30:11 CET 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv9879/libao2

Modified Files:
	ao_esd.c ao_polyp.c 
Log Message:
Remove duplicate includes.


Index: ao_esd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_esd.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ao_esd.c	7 Dec 2004 02:24:15 -0000	1.8
+++ ao_esd.c	7 Dec 2004 02:30:09 -0000	1.9
@@ -16,8 +16,6 @@
  *   most likely a linux sound card driver problem)
  */
 
-#include "config.h"
-
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/socket.h>

Index: ao_polyp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_polyp.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ao_polyp.c	7 Dec 2004 02:24:15 -0000	1.2
+++ ao_polyp.c	7 Dec 2004 02:30:09 -0000	1.3
@@ -1,7 +1,5 @@
 #include <assert.h>
 
-#include "config.h"
-
 #include <polyp/polyplib.h>
 #include <polyp/polyplib-error.h>
 #include <polyp/mainloop.h>




More information about the MPlayer-cvslog mailing list