[NFC] Remove unused headers from OpenBSD PAL.

This commit is contained in:
David Chisnall
2019-08-01 11:20:37 +01:00
parent 0497993d23
commit 54cbf8b2bb

View File

@@ -1,14 +1,8 @@
#pragma once
#if defined(__OpenBSD__) && !defined(_KERNEL)
# include "../ds/bits.h"
# include "../mem/allocconfig.h"
# include "pal_bsd.h"
# include <stdio.h>
# include <string.h>
# include <sys/mman.h>
namespace snmalloc
{
/**