1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 19:49:11 +00:00

Remove un-checked HAVE_RPC_TYPES_H as we have no test for it

This commit is contained in:
dmiller
2017-04-19 14:24:43 +00:00
parent 77457d5f9b
commit 34841655c3
3 changed files with 0 additions and 11 deletions

View File

@@ -191,10 +191,6 @@
#include <sys/param.h> /* Defines MAXHOSTNAMELEN on BSD*/
#endif
#if HAVE_RPC_TYPES_H
#include <rpc/types.h>
#endif
#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif