diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/remote-filesystem/c++/remote.hpp | 1 | ||||
| -rw-r--r-- | modules/remote-filesystem/c++/transfer.hpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-filesystem/c++/remote.hpp b/modules/remote-filesystem/c++/remote.hpp index 1cae83d..f08dfb4 100644 --- a/modules/remote-filesystem/c++/remote.hpp +++ b/modules/remote-filesystem/c++/remote.hpp @@ -5,7 +5,6 @@ #include <forstio/codec/schema_hash.hpp> #include <forstio/remote/remote.hpp> -#include "transfer.hpp" #include "common.hpp" namespace saw { diff --git a/modules/remote-filesystem/c++/transfer.hpp b/modules/remote-filesystem/c++/transfer.hpp index 7f7fa77..63990ae 100644 --- a/modules/remote-filesystem/c++/transfer.hpp +++ b/modules/remote-filesystem/c++/transfer.hpp @@ -8,6 +8,7 @@ #include <cstring> #include "common.hpp" +#include "remote.hpp" namespace saw { template<typename Schema, typename Encoding> |
