aboutsummaryrefslogtreecommitdiffstats
path: root/common/atomic.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-17 19:52:54 -0800
committerChris Robinson <[email protected]>2018-11-17 19:52:54 -0800
commitd10301c209a1194741d442a44cc4c0d819803144 (patch)
tree455d2093fd6ad5bc261ed208c7b70d44192717ed /common/atomic.h
parent1ac41d3ea03aed456a94187bf8e0381eeb4168e6 (diff)
Remove unused headers and checks
Diffstat (limited to 'common/atomic.h')
-rw-r--r--common/atomic.h3
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