]> git.sesse.net Git - vlc/blobdiff - src/stream_output/stream_output.c
* ALL: WinCE compilation fixes (mostly nonexistent headers). A lot of
[vlc] / src / stream_output / stream_output.c
index d59a4b823b65c899f90d961184eb9d0155ed7490..07319c27a577c6d2fa3a545c61519b82165c393b 100644 (file)
@@ -2,7 +2,7 @@
  * stream_output.c : stream output module
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: stream_output.c,v 1.3 2002/08/14 10:18:40 ipkiss Exp $
+ * $Id: stream_output.c,v 1.4 2002/11/10 18:04:24 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <errno.h>                                                 /* ENOMEM */
 #include <stdlib.h>                                                /* free() */
 #include <stdio.h>                                              /* sprintf() */
 #include <string.h>                                            /* strerror() */