summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream_netstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream_netstream.c')
-rw-r--r--libmpdemux/stream_netstream.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/stream_netstream.c b/libmpdemux/stream_netstream.c
index 5316f0512f..753b9d7320 100644
--- a/libmpdemux/stream_netstream.c
+++ b/libmpdemux/stream_netstream.c
@@ -36,8 +36,6 @@
#include "config.h"
-#ifdef MPLAYER_NETWORK
-
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@@ -308,5 +306,3 @@ stream_info_t stream_info_netstream = {
&stream_opts,
1 // Url is an option string
};
-
-#endif