1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-24 14:24:14 +00:00

removed dependency from boost::thread

This commit is contained in:
orignal 2024-04-30 08:41:01 -04:00
parent 845b14f581
commit c515f49903

View File

@ -10,9 +10,6 @@
#include <string>
#include <thread>
#include <boost/thread/thread.hpp>
#include <boost/asio.hpp>
#include "Log.h"
#include "RouterContext.h"