aboutsummaryrefslogtreecommitdiff
path: root/src/common/Asio/Strand.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-12-15 12:06:59 +0100
committerShauren <shauren.trinity@gmail.com>2023-12-15 12:06:59 +0100
commitd958bfd0f32bfe798809b72c1b51c990edfe141c (patch)
treec9c85d770db94239bc24679f31f2c015653b8daa /src/common/Asio/Strand.h
parentee95a5e00fb2ee6928a819699ab93094d916d372 (diff)
Core/Database: Replace DatabaseWorker with asio io_context
Diffstat (limited to 'src/common/Asio/Strand.h')
-rw-r--r--src/common/Asio/Strand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Asio/Strand.h b/src/common/Asio/Strand.h
index 942ddf55cd4..5228a30103b 100644
--- a/src/common/Asio/Strand.h
+++ b/src/common/Asio/Strand.h
@@ -19,7 +19,6 @@
#define Strand_h__
#include "IoContext.h"
-#include <boost/asio/bind_executor.hpp>
#include <boost/asio/strand.hpp>
namespace Trinity