diff --git a/src/coreclr/pal/src/include/pal/sharedmemory.h b/src/coreclr/pal/src/include/pal/sharedmemory.h index 63e5ddd1540fa8..90b667592847d8 100644 --- a/src/coreclr/pal/src/include/pal/sharedmemory.h +++ b/src/coreclr/pal/src/include/pal/sharedmemory.h @@ -4,9 +4,6 @@ #ifndef _PAL_SHARED_MEMORY_H_ #define _PAL_SHARED_MEMORY_H_ -#include "corunix.hpp" -#include - #ifndef static_assert_no_msg #define static_assert_no_msg( cond ) static_assert( cond, #cond ) #endif // !static_assert_no_msg