From 1bbbee384d95ada691a0f6f5b25c76192ba31a50 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 29 Nov 2022 00:50:26 -0600 Subject: GLTF: Clean up lots of includes --- modules/gltf/structures/gltf_mesh.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/gltf/structures/gltf_mesh.h') diff --git a/modules/gltf/structures/gltf_mesh.h b/modules/gltf/structures/gltf_mesh.h index 2fa37fd727..92722ce75c 100644 --- a/modules/gltf/structures/gltf_mesh.h +++ b/modules/gltf/structures/gltf_mesh.h @@ -31,10 +31,8 @@ #ifndef GLTF_MESH_H #define GLTF_MESH_H -#include "core/io/resource.h" -#include "scene/3d/importer_mesh_instance_3d.h" +#include "../gltf_defines.h" #include "scene/resources/importer_mesh.h" -#include "scene/resources/mesh.h" class GLTFMesh : public Resource { GDCLASS(GLTFMesh, Resource); -- cgit v1.2.3