summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ipmovie.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-01-26 15:56:21 +0000
committerMike Melanson <mike@multimedia.cx>2003-01-26 15:56:21 +0000
commitba53c561a63ba235062740862724859482716bc8 (patch)
tree00bec27f536af6e9b0d9dcbc3a3864165f8f8b11 /src/demuxers/demux_ipmovie.c
parentc63e6040111003e17bf8f9a319668138bd9ddc71 (diff)
downloadxine-lib-ba53c561a63ba235062740862724859482716bc8.tar.gz
xine-lib-ba53c561a63ba235062740862724859482716bc8.tar.bz2
no need for <pthread.h> or <sched.h>
CVS patchset: 4009 CVS date: 2003/01/26 15:56:21
Diffstat (limited to 'src/demuxers/demux_ipmovie.c')
-rw-r--r--src/demuxers/demux_ipmovie.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/demuxers/demux_ipmovie.c b/src/demuxers/demux_ipmovie.c
index 76c26cb2d..a7dfed551 100644
--- a/src/demuxers/demux_ipmovie.c
+++ b/src/demuxers/demux_ipmovie.c
@@ -21,7 +21,7 @@
* For more information regarding the Interplay MVE file format, visit:
* http://www.pcisys.net/~melanson/codecs/
*
- * $Id: demux_ipmovie.c,v 1.5 2003/01/17 16:52:35 miguelfreitas Exp $
+ * $Id: demux_ipmovie.c,v 1.6 2003/01/26 15:56:21 tmmm Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -31,7 +31,6 @@
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
-#include <pthread.h>
#include <string.h>
#include <stdlib.h>