diff options
Diffstat (limited to 'tools/render-test/cuda')
| -rw-r--r-- | tools/render-test/cuda/cuda-compute-util.cpp | 8 | ||||
| -rw-r--r-- | tools/render-test/cuda/cuda-compute-util.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/render-test/cuda/cuda-compute-util.cpp b/tools/render-test/cuda/cuda-compute-util.cpp index ea7dab163..bd77919a2 100644 --- a/tools/render-test/cuda/cuda-compute-util.cpp +++ b/tools/render-test/cuda/cuda-compute-util.cpp @@ -1,11 +1,11 @@ #include "cuda-compute-util.h" -#include "../../slang-com-helper.h" +#include "slang-com-helper.h" -#include "../../source/core/slang-std-writers.h" -#include "../../source/core/slang-token-reader.h" -#include "../../source/core/slang-semantic-version.h" +#include "source/core/slang-std-writers.h" +#include "source/core/slang-token-reader.h" +#include "source/core/slang-semantic-version.h" #include "../bind-location.h" diff --git a/tools/render-test/cuda/cuda-compute-util.h b/tools/render-test/cuda/cuda-compute-util.h index ac0c6bba3..9c6c8b9b4 100644 --- a/tools/render-test/cuda/cuda-compute-util.h +++ b/tools/render-test/cuda/cuda-compute-util.h @@ -4,7 +4,7 @@ #include "../slang-support.h" #include "../options.h" -#include "../../source/core/slang-smart-pointer.h" +#include "source/core/slang-smart-pointer.h" namespace renderer_test { |
