summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-09-25 00:22:17 +0200
committerGitHub <noreply@github.com>2022-09-25 00:22:17 +0200
commit632dbab226356eb4395ee2c0aa202c5fcd912e7d (patch)
tree75d5fe40441b3146321ac46115e02895e326eb63 /modules
parentc9e75a7c3c63c40fd1794e24f58979e37e57b7de (diff)
parent49ff3d5489e69c7009d40beb8d5f5c38d4a4988f (diff)
Merge pull request #66338 from asmaloney/some-include-cleanups
Remove unused includes & move some includes to top of file
Diffstat (limited to 'modules')
-rw-r--r--modules/csg/csg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/csg/csg.h b/modules/csg/csg.h
index 738e3d68ea..aae99c52a3 100644
--- a/modules/csg/csg.h
+++ b/modules/csg/csg.h
@@ -39,7 +39,6 @@
#include "core/object/ref_counted.h"
#include "core/templates/list.h"
#include "core/templates/oa_hash_map.h"
-#include "core/templates/rb_map.h"
#include "core/templates/vector.h"
#include "scene/resources/material.h"