diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-12-15 12:06:59 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-12-15 12:06:59 +0100 |
commit | d958bfd0f32bfe798809b72c1b51c990edfe141c (patch) | |
tree | c9c85d770db94239bc24679f31f2c015653b8daa /src/common/Asio/Strand.h | |
parent | ee95a5e00fb2ee6928a819699ab93094d916d372 (diff) |
Core/Database: Replace DatabaseWorker with asio io_context
Diffstat (limited to 'src/common/Asio/Strand.h')
-rw-r--r-- | src/common/Asio/Strand.h | 1 |
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 |