Remove redundant #includes and reorder sys/types.h include.
Этот коммит содержится в:
родитель
e48907ee05
Коммит
11a114ee7c
@ -1,5 +1,7 @@
|
||||
#include <libssh2.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_WINSOCK2_H
|
||||
# include <winsock2.h>
|
||||
#endif
|
||||
@ -19,10 +21,6 @@
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user