From b1e414623952ef1d14fa65abc9bf6c0ede4074bd Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 1 Aug 2019 15:31:21 +0100 Subject: [PATCH] Remove leftover (incorrect) conditional compilation. --- src/pal/pal_bsd_aligned.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pal/pal_bsd_aligned.h b/src/pal/pal_bsd_aligned.h index 48b5989..94f0585 100644 --- a/src/pal/pal_bsd_aligned.h +++ b/src/pal/pal_bsd_aligned.h @@ -1,7 +1,6 @@ #pragma once -#if defined(__FreeBSD__) && !defined(_KERNEL) -# include "pal_bsd.h" +#include "pal_bsd.h" namespace snmalloc { @@ -52,4 +51,3 @@ namespace snmalloc } }; } // namespace snmalloc -#endif