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 -#else -#include -#endif - int read_rtp_from_server(int fd, char *buffer, int length); #endif