diff options
Diffstat (limited to 'modules/remote-sycl/c++/common.hpp')
-rw-r--r-- | modules/remote-sycl/c++/common.hpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/remote-sycl/c++/common.hpp b/modules/remote-sycl/c++/common.hpp index 9bc734d..078879f 100644 --- a/modules/remote-sycl/c++/common.hpp +++ b/modules/remote-sycl/c++/common.hpp @@ -1,6 +1,6 @@ #pragma once -#include <forstio/io_codec/rpc.hpp> +#include <forstio/codec/rpc.hpp> #include <forstio/codec/data.hpp> #include <forstio/codec/id_map.hpp> @@ -17,9 +17,4 @@ class remote<rmt::Sycl>; template<typename T> class device; -template<typename Schema, typename Encoding, typename Remote> -class data_server; - -template<typename Schema, typename Encoding, typename Remote> -class data_client; } |