From b829f5eeb241332cd1ab7be6c784e364724a2633 Mon Sep 17 00:00:00 2001 From: Fire Cube Date: Thu, 22 May 2025 20:20:53 +0200 Subject: [PATCH] clang --- src/core/devtools/layer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/devtools/layer.cpp b/src/core/devtools/layer.cpp index cc14b0f7a..5380d3be9 100644 --- a/src/core/devtools/layer.cpp +++ b/src/core/devtools/layer.cpp @@ -17,8 +17,8 @@ #include "widget/frame_dump.h" #include "widget/frame_graph.h" #include "widget/memory_map.h" -#include "widget/shader_list.h" #include "widget/module_list.h" +#include "widget/shader_list.h" extern std::unique_ptr presenter;