diff options
Diffstat (limited to 'examples/autodiff-texture/main.cpp')
| -rw-r--r-- | examples/autodiff-texture/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/autodiff-texture/main.cpp b/examples/autodiff-texture/main.cpp index d09b7dbac..647929e70 100644 --- a/examples/autodiff-texture/main.cpp +++ b/examples/autodiff-texture/main.cpp @@ -1,11 +1,11 @@ +#include "core/slang-basic.h" #include "examples/example-base/example-base.h" #include "gfx-util/shader-cursor.h" +#include "platform/vector-math.h" +#include "platform/window.h" #include "slang-com-ptr.h" #include "slang-gfx.h" #include "slang.h" -#include "source/core/slang-basic.h" -#include "tools/platform/vector-math.h" -#include "tools/platform/window.h" using namespace gfx; using namespace Slang; |
