diff options
Diffstat (limited to 'tools/cnn_test.cc')
| -rw-r--r-- | tools/cnn_test.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/cnn_test.cc b/tools/cnn_test.cc index 1d736d9..740f41d 100644 --- a/tools/cnn_test.cc +++ b/tools/cnn_test.cc @@ -11,10 +11,10 @@ #include "gpu/pipeline_builder.h" #include "gpu/sampler_cache.h" #include "gpu/texture_readback.h" -#include "gpu/effects/post_process_helper.h" -#include "gpu/effects/cnn_effect.h" -#include "gpu/effects/shader_composer.h" -#include "gpu/effects/shaders.h" +#include "gpu/post_process_helper.h" +#include "effects/cnn_effect.h" +#include "gpu/shader_composer.h" +#include "gpu/shaders.h" #include "tests/common/webgpu_test_fixture.h" #include "tests/common/offscreen_render_target.h" #include "generated/assets.h" |
