Move future.hpp to src/io
This commit is contained in:
parent
c379475e12
commit
0351db2461
@ -2,7 +2,8 @@ set(io_src_files
|
||||
network/addrinfo.cpp
|
||||
network/endpoint.cpp
|
||||
network/socket.cpp
|
||||
network/utils.cpp)
|
||||
network/utils.cpp
|
||||
future.hpp)
|
||||
|
||||
find_package(fmt REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
|
@ -1,7 +1,6 @@
|
||||
set(io_v3_sources
|
||||
address.hpp
|
||||
errors.hpp
|
||||
future.hpp
|
||||
transport.hpp
|
||||
simulator.hpp
|
||||
simulator_handle.hpp
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
#include "utils/result.hpp"
|
||||
|
||||
#include "io/future.hpp"
|
||||
#include "io/v3/address.hpp"
|
||||
#include "io/v3/errors.hpp"
|
||||
#include "io/v3/future.hpp"
|
||||
|
||||
using memgraph::utils::BasicResult;
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
#include "io/v3/future.hpp"
|
||||
#include "io/future.hpp"
|
||||
#include "utils/logging.hpp"
|
||||
|
||||
using namespace memgraph::io;
|
||||
|
Loading…
Reference in New Issue
Block a user