summaryrefslogtreecommitdiff
path: root/modules/gltf/structures/gltf_accessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/structures/gltf_accessor.h')
-rw-r--r--modules/gltf/structures/gltf_accessor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gltf/structures/gltf_accessor.h b/modules/gltf/structures/gltf_accessor.h
index bfb71d57fe..8e4bb2d3f9 100644
--- a/modules/gltf/structures/gltf_accessor.h
+++ b/modules/gltf/structures/gltf_accessor.h
@@ -31,9 +31,8 @@
#ifndef GLTF_ACCESSOR_H
#define GLTF_ACCESSOR_H
-#include "core/io/resource.h"
-
#include "../gltf_defines.h"
+#include "core/io/resource.h"
struct GLTFAccessor : public Resource {
GDCLASS(GLTFAccessor, Resource);