summaryrefslogtreecommitdiff
path: root/modules/remote-filesystem/c++/transfer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-filesystem/c++/transfer.hpp')
-rw-r--r--modules/remote-filesystem/c++/transfer.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/remote-filesystem/c++/transfer.hpp b/modules/remote-filesystem/c++/transfer.hpp
index 40fc2e3..59363ed 100644
--- a/modules/remote-filesystem/c++/transfer.hpp
+++ b/modules/remote-filesystem/c++/transfer.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include "remote.hpp"
-
#include <forstio/buffer.hpp>
#include <forstio/remote/transfer.hpp>
@@ -10,6 +8,9 @@
#include <cstring>
namespace saw {
+namespace rmt {
+struct File {};
+}
template<typename Schema, typename Encoding>
class data_server<Schema, Encoding, rmt::File> final : public i_data_server<rmt::File> {
private: