summaryrefslogtreecommitdiff
path: root/src/tests/gpu/test_texture_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/gpu/test_texture_manager.cc')
-rw-r--r--src/tests/gpu/test_texture_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/gpu/test_texture_manager.cc b/src/tests/gpu/test_texture_manager.cc
index 54a1a8a..b38e69f 100644
--- a/src/tests/gpu/test_texture_manager.cc
+++ b/src/tests/gpu/test_texture_manager.cc
@@ -2,9 +2,9 @@
// It tests the TextureManager for procedural texture generation and management.
// Tests all public methods with both success and failure cases.
+#include "../common/webgpu_test_fixture.h"
#include "gpu/texture_manager.h"
#include "procedural/generator.h"
-#include "../common/webgpu_test_fixture.h"
#include <cassert>
#include <cstdio>
#include <cstring>