@@ -27,9 +27,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
#include <dirent.h>
DIR *fdopendir (int fd)
@@ -37,12 +37,8 @@
#include <errno.h>
-# include <fcntl.h>
-#elif defined( _WIN32 )
-# include <io.h>
+#include <fcntl.h>
#include <vlc_fs.h>
#include <vlc_url.h>
@@ -34,12 +34,7 @@
-
#include <sys/poll.h>
#include <libraw1394/raw1394.h>
@@ -38,9 +38,7 @@
#endif
#include <assert.h>
@@ -50,11 +50,8 @@
#include "../demux/ps.h"
#include <dvdread/dvd_reader.h>
#include <dvdread/ifo_types.h>
@@ -35,10 +35,8 @@
#ifdef HAVE_POLL
# include <poll.h>
@@ -42,10 +42,8 @@
# define INCL_DOSDEVIOCTL
#ifdef HAVE_ARPA_INET_H
@@ -48,11 +48,7 @@ See http://www.vdr-wiki.de/ and http://www.tvdr.de/ for more information.
#include <ctype.h>
#include <time.h>
@@ -34,9 +34,7 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
@@ -33,16 +33,13 @@
#include <vlc_sout.h>
#include <vlc_block.h>
#ifdef _WIN32
# include <winsock2.h>
# include <ws2tcpip.h>
@@ -31,10 +31,6 @@
#include <math.h> /* sqrt */
#include <stdint.h> /* int16_t .. */
@@ -28,9 +28,7 @@
#include <vlc_codec.h>
#include <vlc_dialog.h>
#ifdef _POSIX_VERSION
# include <glob.h>
@@ -36,10 +36,8 @@
#include <vlc_input.h>
#include <vlc_playlist.h>
@@ -44,10 +44,8 @@
#include <vlc_keys.h>
#include <vlc_network.h>
@@ -25,11 +25,7 @@
#include "os_factory.hpp"
#include "../commands/async_queue.hpp"
#include "../commands/cmd_dialogs.hpp"
-# include <direct.h>
#include <fstream>
@@ -34,11 +34,9 @@
#include <vlc_services_discovery.h>
-#include <assert.h>
+#include <assert.h>
/************************************************************************
* Macros and definitions
@@ -41,9 +41,7 @@
#include <vlc_charset.h>
# include <arpa/inet.h>
@@ -48,10 +48,8 @@
#include "rtp.h"
-# include <sys/types.h>
+#include <sys/types.h>
@@ -683,9 +681,7 @@ static void Close( vlc_object_t * p_this )
if( p_sys->psz_sdp_file != NULL )
{
unlink( p_sys->psz_sdp_file );
free( p_sys->psz_sdp_file );
}
free( p_sys->psz_vod_session );
@@ -35,12 +35,7 @@
#include <vlc_filter.h>
#include <glib.h>
#include <glib/gstdio.h>
@@ -35,9 +35,7 @@
#elif defined(HAVE_USELOCALE)
#include <locale.h>
#include "../libvlc.h"
# include <direct.h>
@@ -32,9 +32,7 @@
#include <ctype.h> /* isalnum() */
@@ -38,9 +38,6 @@
#include <vlc_modules.h>
@@ -31,9 +31,7 @@
@@ -36,9 +36,7 @@
#if !defined (_POSIX_TIMERS) || defined (_WIN32)
# define _POSIX_TIMERS (-1)
@@ -33,9 +33,7 @@
#include <string.h>
@@ -44,10 +44,7 @@
@@ -42,9 +42,7 @@
@@ -34,10 +34,7 @@
/**
* Opens a FILE pointer.