From 73c673a614b47716ce467cd43adf770505c016cd Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 18 Sep 2022 20:35:13 -0500 Subject: Change the way GLTFDocumentExtension classes are registered Also move GLTFDocumentExtension into the extensions folder --- modules/gltf/editor/editor_scene_importer_gltf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/gltf/editor') diff --git a/modules/gltf/editor/editor_scene_importer_gltf.h b/modules/gltf/editor/editor_scene_importer_gltf.h index b17a1e4eaa..edca038532 100644 --- a/modules/gltf/editor/editor_scene_importer_gltf.h +++ b/modules/gltf/editor/editor_scene_importer_gltf.h @@ -33,9 +33,6 @@ #ifdef TOOLS_ENABLED -#include "../gltf_document_extension.h" -#include "../gltf_state.h" - #include "editor/import/resource_importer_scene.h" class Animation; -- cgit v1.2.3