diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/cnn_test.cc | 2 |
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" |
