summaryrefslogtreecommitdiff
path: root/tools/cnn_test.cc
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-17 08:16:03 +0100
committerskal <pascal.massimino@gmail.com>2026-02-17 08:16:03 +0100
commit64f977f6fbedf75d5edbc3963e002b593c8428d8 (patch)
treeef711b63d34b5c3f5ecc93d46a0a3ab0b6d26a6f /tools/cnn_test.cc
parent8c9332c16b44270921eb1b6a2886717eb3435d5d (diff)
style: Apply clang-format
Diffstat (limited to 'tools/cnn_test.cc')
-rw-r--r--tools/cnn_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cnn_test.cc b/tools/cnn_test.cc
index 2f7168e..25a1285 100644
--- a/tools/cnn_test.cc
+++ b/tools/cnn_test.cc
@@ -5,6 +5,7 @@
#error "cnn_test requires STRIP_ALL=OFF (tool builds only)"
#endif
+#include "effects/shaders.h"
#include "generated/assets.h"
#include "gpu/bind_group_builder.h"
#include "gpu/gpu.h"
@@ -12,7 +13,6 @@
#include "gpu/post_process_helper.h"
#include "gpu/sampler_cache.h"
#include "gpu/shader_composer.h"
-#include "effects/shaders.h"
#include "gpu/texture_readback.h"
#include "platform/platform.h"
#include "tests/common/offscreen_render_target.h"