Merge branch 'useless_includes_mwmechanics' into 'master'

Remove some useless headers in apps/openmw/mwmechanics

See merge request OpenMW/openmw!871
pull/593/head
Frederic Chardon 4 years ago
commit 807c7a2025

@ -3,10 +3,6 @@
#include "typedaipackage.hpp"
#include <string>
#include <components/esm/defs.hpp>
#include "../mwworld/class.hpp"
#include "pathfinding.hpp"

@ -3,7 +3,6 @@
#include <memory>
#include <components/esm/defs.hpp>
#include <components/detournavigator/areatype.hpp>
#include "pathfinding.hpp"

@ -5,8 +5,6 @@
#include <components/debug/debuglog.hpp>
#include <components/esm/aisequence.hpp>
#include "../mwbase/world.hpp"
#include "aipackage.hpp"
#include "aistate.hpp"
#include "aiwander.hpp"

@ -9,8 +9,6 @@
#include <components/esm/loadspel.hpp>
#include "magiceffects.hpp"
namespace ESM
{
struct SpellState;

@ -4,7 +4,6 @@
#include <memory>
#include <map>
#include <string>
#include <set>
#include <vector>
#include "../mwworld/timestamp.hpp"

@ -1,8 +1,6 @@
#ifndef OPENMW_WEAPON_PRIORITY_H
#define OPENMW_WEAPON_PRIORITY_H
#include <components/esm/loadweap.hpp>
#include "../mwworld/ptr.hpp"
namespace MWMechanics

Loading…
Cancel
Save