diff options
Diffstat (limited to 'examples/triangle')
| -rw-r--r-- | examples/triangle/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/triangle/main.cpp b/examples/triangle/main.cpp index d5f929bf2..e77f488cc 100644 --- a/examples/triangle/main.cpp +++ b/examples/triangle/main.cpp @@ -32,12 +32,12 @@ // with Slang may depend on an application/engine making certain // design choices in their abstraction layer. // +#include "core/slang-basic.h" #include "examples/example-base/example-base.h" #include "gfx-util/shader-cursor.h" +#include "platform/window.h" #include "slang-com-ptr.h" #include "slang-gfx.h" -#include "source/core/slang-basic.h" -#include "tools/platform/window.h" using namespace gfx; using namespace Slang; |
