From d10301c209a1194741d442a44cc4c0d819803144 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 17 Nov 2018 19:52:54 -0800 Subject: Remove unused headers and checks --- common/atomic.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/atomic.h') diff --git a/common/atomic.h b/common/atomic.h index 4976149a..5838f8da 100644 --- a/common/atomic.h +++ b/common/atomic.h @@ -3,9 +3,6 @@ #include -#include "static_assert.h" -#include "bool.h" - #ifdef __GNUC__ /* This helps cast away the const-ness of a pointer without accidentally * changing the pointer type. This is necessary due to Clang's inability to use -- cgit v1.2.3