summaryrefslogtreecommitdiffstats
path: root/modules/gltf/gltf_document.cpp
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-07-24 14:20:50 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-07-24 17:16:51 -0500
commit7b8f9a0e8e6adec71cde6e38977686c8c0c59575 (patch)
tree95a2d74b4ca733d0e5861be7f2c238d3d461e078 /modules/gltf/gltf_document.cpp
parenta1f0ea5d19dfdd086eea2960e7f7b2f618fb5334 (diff)
downloadredot-engine-7b8f9a0e8e6adec71cde6e38977686c8c0c59575.tar.gz
GLTF: Organize structures into a subfolder
Diffstat (limited to 'modules/gltf/gltf_document.cpp')
-rw-r--r--modules/gltf/gltf_document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/gltf_document.cpp b/modules/gltf/gltf_document.cpp
index aa2ec4a399..afe6941c81 100644
--- a/modules/gltf/gltf_document.cpp
+++ b/modules/gltf/gltf_document.cpp
@@ -30,9 +30,9 @@
#include "gltf_document.h"
+#include "extensions/gltf_spec_gloss.h"
#include "gltf_document_extension.h"
#include "gltf_document_extension_convert_importer_mesh.h"
-#include "gltf_spec_gloss.h"
#include "gltf_state.h"
#include "core/crypto/crypto_core.h"