mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 20:16:34 +00:00
Remove some redundant class header includes
This commit is contained in:
parent
2051d5cbef
commit
ee501d8d0d
1 changed files with 5 additions and 2 deletions
|
@ -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…
Reference in a new issue