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/extensions/gltf_spec_gloss.h | |
parent | 5826e960143fd416e0d02cf8f672d778f56da9ea (diff) |
GLTF: Clean up lots of includes
Diffstat (limited to 'modules/gltf/extensions/gltf_spec_gloss.h')
-rw-r--r-- | modules/gltf/extensions/gltf_spec_gloss.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gltf/extensions/gltf_spec_gloss.h b/modules/gltf/extensions/gltf_spec_gloss.h index 2b4d3ee609..56474acd03 100644 --- a/modules/gltf/extensions/gltf_spec_gloss.h +++ b/modules/gltf/extensions/gltf_spec_gloss.h @@ -31,9 +31,10 @@ #ifndef GLTF_SPEC_GLOSS_H #define GLTF_SPEC_GLOSS_H -#include "core/io/image.h" #include "core/io/resource.h" +class Image; + // KHR_materials_pbrSpecularGlossiness is an archived GLTF extension. // This means that it is deprecated and not recommended for new files. // However, it is still supported for loading old files. |