includes: don't include sys/types.h twice

pull/4811/head
Victor Julien 6 years ago
parent df79613fb5
commit 5e13816380

@ -156,10 +156,6 @@
#include <signal.h>
#endif
#if HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif

Loading…
Cancel
Save