1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 01:49:41 +00:00

Remove unneeded include in obstacle.hpp

This commit is contained in:
Alexander "Ace" Olofsson 2015-02-09 15:12:10 +01:00
parent df5a08b6de
commit 8c49812d56
3 changed files with 2 additions and 2 deletions

View file

@ -17,6 +17,7 @@
namespace ESM
{
class Cell;
namespace AiSequence
{
struct AiWander;

View file

@ -1,8 +1,6 @@
#ifndef OPENMW_MECHANICS_OBSTACLE_H
#define OPENMW_MECHANICS_OBSTACLE_H
#include "../mwworld/cellstore.hpp"
namespace MWWorld
{
class Ptr;

View file

@ -44,6 +44,7 @@
#include "player.hpp"
#include "manualref.hpp"
#include "cellstore.hpp"
#include "cellfunctors.hpp"
#include "containerstore.hpp"
#include "inventorystore.hpp"