]> git.sesse.net Git - vlc/blobdiff - src/input/input_ext-intf.c
* ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
[vlc] / src / input / input_ext-intf.c
index 176df15ed0d8a40d6b8f7ae2e240b6f03afddfb9..bf410feef283f5f0506296b842490a6021644472 100644 (file)
@@ -2,7 +2,7 @@
  * input_ext-intf.c: services to the interface
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: input_ext-intf.c,v 1.42 2002/11/10 18:04:23 sam Exp $
+ * $Id: input_ext-intf.c,v 1.43 2002/11/11 14:39:12 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
 
 #include <vlc/vlc.h>
 
-#ifdef HAVE_SYS_TYPES_H
-#   include <sys/types.h>                                           /* off_t */
-#endif
-
 #include "stream_control.h"
 #include "input_ext-dec.h"
 #include "input_ext-intf.h"