Remove some redundant class header includes

This commit is contained in:
Alexei Kotov 2025-07-27 22:02:02 +03:00
parent 2051d5cbef
commit ee501d8d0d

View File

@ -6,7 +6,6 @@
#include <string>
#include <vector>
#include <osg/Quat>
#include <osg/Vec4f>
#include "doorstate.hpp"
@ -16,9 +15,13 @@
#include "../mwmechanics/damagesourcetype.hpp"
#include <components/esm/refid.hpp>
#include <components/esm3/loadskil.hpp>
#include <components/vfs/pathutil.hpp>
namespace osg
{
class Quat;
}
namespace ESM
{
struct ObjectState;