summaryrefslogtreecommitdiff
path: root/src/tests/gpu/test_noise_functions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/gpu/test_noise_functions.cc')
-rw-r--r--src/tests/gpu/test_noise_functions.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/gpu/test_noise_functions.cc b/src/tests/gpu/test_noise_functions.cc
index f8dfc93..eddd88e 100644
--- a/src/tests/gpu/test_noise_functions.cc
+++ b/src/tests/gpu/test_noise_functions.cc
@@ -2,8 +2,8 @@
// It validates that the noise.wgsl functions are accessible and usable.
#include "generated/assets.h"
-#include "gpu/effects/shader_composer.h"
-#include "gpu/effects/shaders.h"
+#include "gpu/shader_composer.h"
+#include "gpu/shaders.h"
#include <cassert>
#include <cstdio>
#include <cstring>