Move future.hpp to src/io

This commit is contained in:
Tyler Neely
2022-07-21 11:45:05 +00:00
parent c379475e12
commit 0351db2461
5 changed files with 4 additions and 4 deletions

View File

@@ -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;