mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
Remove some redundant class header includes
This commit is contained in:
parent
2051d5cbef
commit
ee501d8d0d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user