diff --git a/src/parallel-rdp b/src/parallel-rdp index 31e97d2..8da2be3 160000 --- a/src/parallel-rdp +++ b/src/parallel-rdp @@ -1 +1 @@ -Subproject commit 31e97d2f215e2200956846246c23c7ba51767833 +Subproject commit 8da2be35abbbf503a485993c717e4917a1560324 diff --git a/src/parallel_imp.cpp b/src/parallel_imp.cpp index ab2519e..f0a31df 100644 --- a/src/parallel_imp.cpp +++ b/src/parallel_imp.cpp @@ -3,9 +3,9 @@ #include "parallel_imp.h" #include #include -#include "parallel-rdp/rdp_device.hpp" -#include "vulkan/context.hpp" -#include "vulkan/device.hpp" +#include "parallel-rdp/parallel-rdp/rdp_device.hpp" +#include "parallel-rdp/vulkan/context.hpp" +#include "parallel-rdp/vulkan/device.hpp" using namespace Vulkan; using namespace std;