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

This commit is contained in:
wolfbeast 2019-12-02 09:54:40 +01:00 committed by Roy Tam
commit edb91248b1

View file

@ -284,9 +284,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>