diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-11-29 00:50:26 -0600 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-11-29 23:11:08 -0600 |
commit | 1bbbee384d95ada691a0f6f5b25c76192ba31a50 (patch) | |
tree | b2d07994a2b08a267c849ba1d0fa7f523c7eb4c1 /modules/gltf/structures/gltf_texture_sampler.h | |
parent | 5826e960143fd416e0d02cf8f672d778f56da9ea (diff) |
GLTF: Clean up lots of includes
Diffstat (limited to 'modules/gltf/structures/gltf_texture_sampler.h')
-rw-r--r-- | modules/gltf/structures/gltf_texture_sampler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gltf/structures/gltf_texture_sampler.h b/modules/gltf/structures/gltf_texture_sampler.h index 3fad31bbee..7bb7cd62e3 100644 --- a/modules/gltf/structures/gltf_texture_sampler.h +++ b/modules/gltf/structures/gltf_texture_sampler.h @@ -31,7 +31,6 @@ #ifndef GLTF_TEXTURE_SAMPLER_H #define GLTF_TEXTURE_SAMPLER_H -#include "core/io/resource.h" #include "scene/resources/material.h" class GLTFTextureSampler : public Resource { |