diff options
Diffstat (limited to 'common/atomic.h')
-rw-r--r-- | common/atomic.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <atomic> -#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 |