summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/c++
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/c++')
-rw-r--r--modules/remote-sycl/c++/common.hpp2
-rw-r--r--modules/remote-sycl/c++/transfer.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/remote-sycl/c++/common.hpp b/modules/remote-sycl/c++/common.hpp
index cb2d73f..8c008c3 100644
--- a/modules/remote-sycl/c++/common.hpp
+++ b/modules/remote-sycl/c++/common.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include <forstio/codec/remote.hpp>
+#include <forstio/remote/remote.hpp>
#include <forstio/codec/data.hpp>
#include <forstio/codec/id_map.hpp>
diff --git a/modules/remote-sycl/c++/transfer.hpp b/modules/remote-sycl/c++/transfer.hpp
index 2a95f67..5d76e7c 100644
--- a/modules/remote-sycl/c++/transfer.hpp
+++ b/modules/remote-sycl/c++/transfer.hpp
@@ -6,7 +6,7 @@
#include <forstio/error.hpp>
#include <forstio/reduce_templates.hpp>
-#include <forstio/codec/transfer.hpp>
+#include <forstio/remote/transfer.hpp>
namespace saw {