diff options
Diffstat (limited to '')
-rw-r--r-- | src/common/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/thread.h b/src/common/thread.h index 499c151c2..9c08be7e3 100644 --- a/src/common/thread.h +++ b/src/common/thread.h @@ -8,7 +8,6 @@ #include <cstddef> #include <mutex> #include <thread> - #include "common/common_types.h" // Support for C++11's thread_local keyword was surprisingly spotty in compilers until very |