summaryrefslogtreecommitdiff
path: root/modules/gltf/structures/gltf_mesh.h
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-11-29 00:50:26 -0600
committerAaron Franke <arnfranke@yahoo.com>2022-11-29 23:11:08 -0600
commit1bbbee384d95ada691a0f6f5b25c76192ba31a50 (patch)
treeb2d07994a2b08a267c849ba1d0fa7f523c7eb4c1 /modules/gltf/structures/gltf_mesh.h
parent5826e960143fd416e0d02cf8f672d778f56da9ea (diff)
GLTF: Clean up lots of includes
Diffstat (limited to 'modules/gltf/structures/gltf_mesh.h')
-rw-r--r--modules/gltf/structures/gltf_mesh.h4
1 files changed, 1 insertions, 3 deletions
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);