Skip to content

Commit bc7e798

Browse files
committed
net_udp: Remove config includes
1 parent 91c1af8 commit bc7e798

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/rtp/net_udp.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@
4040
#ifndef _NET_UDP
4141
#define _NET_UDP
4242

43-
#ifdef HAVE_CONFIG_H
44-
#include "config.h"
45-
#include "config_unix.h"
46-
#include "config_win32.h"
47-
#endif // HAVE_CONFIG_H
48-
49-
#include "compat/net.h" //for fd_t
43+
#include "compat/net.h"
5044

5145
#ifndef __cplusplus
5246
#include <stdbool.h>

0 commit comments

Comments
 (0)