diff options
Diffstat (limited to 'examples/nv-aftermath-example')
| -rw-r--r-- | examples/nv-aftermath-example/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nv-aftermath-example/main.cpp b/examples/nv-aftermath-example/main.cpp index 67754a911..9d85f1ff4 100644 --- a/examples/nv-aftermath-example/main.cpp +++ b/examples/nv-aftermath-example/main.cpp @@ -3,13 +3,13 @@ #include "../../source/core/slang-io.h" #include "GFSDK_Aftermath.h" #include "GFSDK_Aftermath_GpuCrashDump.h" +#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 "slang.h" -#include "source/core/slang-basic.h" -#include "tools/platform/window.h" using namespace gfx; using namespace Slang; |
