Remove extraneous include for openbsd

Forgot to remove this before pushing.
This commit is contained in:
Patrick Marchand 2018-04-16 20:38:27 -04:00 committed by dahlbaek
parent 2789857f32
commit dc3e4823a5

View File

@ -23,9 +23,6 @@
#if defined(__FreeBSD__)
#include <sys/sysctl.h>
#endif
#if defined(__OpenBSD__)
#include <sys/sysctl.h>
#endif
#if defined(__APPLE__)
#include <mach-o/dyld.h>