Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 1962a7c

Browse files
committed
Remove unused header <sys/sysctl.h>
Included header is unused (provides, by contract, sysctl API, unused in inet layer at this time (by inspection)). sysctl is not universally available, esp. on android-based systems.
1 parent 4ad39b0 commit 1962a7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/inet/InetInterface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
#ifdef HAVE_SYS_SOCKIO_H
5252
#include <sys/sockio.h>
5353
#endif /* HAVE_SYS_SOCKIO_H */
54-
#include <sys/sysctl.h>
5554
#include <sys/ioctl.h>
5655
#include <net/if.h>
5756
#ifdef __ANDROID__

0 commit comments

Comments
 (0)