diff --git a/src/frontend/ContentGfxCache.cpp b/src/frontend/ContentGfxCache.cpp index 1fccefcf..00ce478b 100644 --- a/src/frontend/ContentGfxCache.cpp +++ b/src/frontend/ContentGfxCache.cpp @@ -7,7 +7,6 @@ #include "content/Content.hpp" #include "content/ContentPack.hpp" #include "core_defs.hpp" -#include "graphics/commons/Model.hpp" #include "graphics/core/Atlas.hpp" #include "maths/UVRegion.hpp" #include "voxels/Block.hpp" diff --git a/src/frontend/ContentGfxCache.hpp b/src/frontend/ContentGfxCache.hpp index a268b2f6..3d3161d3 100644 --- a/src/frontend/ContentGfxCache.hpp +++ b/src/frontend/ContentGfxCache.hpp @@ -6,6 +6,8 @@ #include #include +#include "graphics/commons/Model.hpp" + class Content; class Assets; struct UVRegion;