summaryrefslogtreecommitdiff
path: root/tests/test_gradient.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_gradient.h')
-rw-r--r--tests/test_gradient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_gradient.h b/tests/test_gradient.h
index 88fe06b3ec..8f28dfd9b4 100644
--- a/tests/test_gradient.h
+++ b/tests/test_gradient.h
@@ -31,8 +31,8 @@
#ifndef TEST_GRADIENT_H
#define TEST_GRADIENT_H
-#include "core/class_db.h"
-#include "core/color.h"
+#include "core/math/color.h"
+#include "core/object/class_db.h"
#include "scene/resources/gradient.h"
#include "thirdparty/doctest/doctest.h"