summaryrefslogtreecommitdiffstats
path: root/core/variant.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-02-13 08:49:39 +0100
committerGitHub <noreply@github.com>2019-02-13 08:49:39 +0100
commit55ca2a7c88503d0f07785ab9215809b02027f858 (patch)
treedff95ace09acaa882c74f77f1036b05c7e4a360b /core/variant.h
parenta18ceb6a302b23094136adfc9591121f8b49a8cf (diff)
parentfe7e11e008598e4bbbe46cf817af2fac999a5326 (diff)
downloadredot-engine-55ca2a7c88503d0f07785ab9215809b02027f858.tar.gz
Merge pull request #25821 from akien-mga/sync-class-and-filenames
Ensure classes match their header filename
Diffstat (limited to 'core/variant.h')
-rw-r--r--core/variant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant.h b/core/variant.h
index 6ddaf17406..a819ba1f8c 100644
--- a/core/variant.h
+++ b/core/variant.h
@@ -38,7 +38,6 @@
#include "core/array.h"
#include "core/color.h"
#include "core/dictionary.h"
-#include "core/dvector.h"
#include "core/io/ip_address.h"
#include "core/math/aabb.h"
#include "core/math/basis.h"
@@ -49,6 +48,7 @@
#include "core/math/transform_2d.h"
#include "core/math/vector3.h"
#include "core/node_path.h"
+#include "core/pool_vector.h"
#include "core/ref_ptr.h"
#include "core/rid.h"
#include "core/ustring.h"