mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
ssh: diff reduction against OpenBSD, remove unused includes
These appear to be leftovers fromca86bcf253andf7167e0ea0MFC after: 3 days Sponsored by: The FreeBSD Foundation (cherry picked from commit154adbbeb8)
This commit is contained in:
parent
7ef1ebd8f1
commit
cd580a4c8a
2 changed files with 0 additions and 2 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/un.h>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ __RCSID("$FreeBSD$");
|
|||
#include <net/if.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <rpc/rpc.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue