summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/rtp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/stream/rtp.h b/stream/rtp.h
index 3bda4a526a..99e129f677 100644
--- a/stream/rtp.h
+++ b/stream/rtp.h
@@ -8,13 +8,6 @@
#ifndef _RTP_H
#define _RTP_H
-#include "config.h"
-#ifndef HAVE_WINSOCK2
-#include <sys/socket.h>
-#else
-#include <winsock2.h>
-#endif
-
int read_rtp_from_server(int fd, char *buffer, int length);
#endif