Issue #1307 - Part 8: Remove deprecated sysctl.h inclusion.

This commit is contained in:
wolfbeast
2019-12-02 09:54:40 +01:00
parent 75c7e4749f
commit fcc84d7b9b
-3
View File
@@ -281,9 +281,6 @@ typedef long ssize_t;
#include <sys/param.h>
#include <sys/time.h>
#include <sys/types.h>
#if !defined(MOZ_MEMORY_SOLARIS) && !defined(MOZ_MEMORY_ANDROID)
#include <sys/sysctl.h>
#endif
#include <sys/uio.h>
#include <errno.h>