summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xine-utils/color.c3
-rw-r--r--src/xine-utils/list.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/xine-utils/color.c b/src/xine-utils/color.c
index 65e375e88..7f9a2409e 100644
--- a/src/xine-utils/color.c
+++ b/src/xine-utils/color.c
@@ -61,11 +61,10 @@
* instructions), these macros will automatically map to those special
* instructions.
*
- * $Id: color.c,v 1.22 2003/08/25 14:32:37 mroi Exp $
+ * $Id: color.c,v 1.23 2003/09/16 02:03:16 storri Exp $
*/
#include "xine_internal.h"
-#include "xineutils.h"
/*
* In search of the perfect colorspace conversion formulae...
diff --git a/src/xine-utils/list.c b/src/xine-utils/list.c
index 0bdccc715..91a24c9a5 100644
--- a/src/xine-utils/list.c
+++ b/src/xine-utils/list.c
@@ -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: list.c,v 1.4 2002/10/24 15:01:18 jkeil Exp $
+ * $Id: list.c,v 1.5 2003/09/16 02:03:16 storri Exp $
*
*/
#ifdef HAVE_CONFIG_H
@@ -26,7 +26,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <sys/types.h>
#include <inttypes.h>
#include "xineutils.h"