aboutsummaryrefslogtreecommitdiff
path: root/src/util/threadnames.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/threadnames.cpp')
-rw-r--r--src/util/threadnames.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/threadnames.cpp b/src/util/threadnames.cpp
index 168f9325d0..764fffabd7 100644
--- a/src/util/threadnames.cpp
+++ b/src/util/threadnames.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2018 The Bitcoin Core developers
+// Copyright (c) 2018-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -6,7 +6,6 @@
#include <config/bitcoin-config.h>
#endif
-#include <atomic>
#include <thread>
#if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__))