mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-05 08:17:01 -04:00
Remove some redundant class header includes
This commit is contained in:
parent
2051d5cbef
commit
ee501d8d0d
@ -6,7 +6,6 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <osg/Quat>
|
|
||||||
#include <osg/Vec4f>
|
#include <osg/Vec4f>
|
||||||
|
|
||||||
#include "doorstate.hpp"
|
#include "doorstate.hpp"
|
||||||
@ -16,9 +15,13 @@
|
|||||||
#include "../mwmechanics/damagesourcetype.hpp"
|
#include "../mwmechanics/damagesourcetype.hpp"
|
||||||
|
|
||||||
#include <components/esm/refid.hpp>
|
#include <components/esm/refid.hpp>
|
||||||
#include <components/esm3/loadskil.hpp>
|
|
||||||
#include <components/vfs/pathutil.hpp>
|
#include <components/vfs/pathutil.hpp>
|
||||||
|
|
||||||
|
namespace osg
|
||||||
|
{
|
||||||
|
class Quat;
|
||||||
|
}
|
||||||
|
|
||||||
namespace ESM
|
namespace ESM
|
||||||
{
|
{
|
||||||
struct ObjectState;
|
struct ObjectState;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user