1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 23:15:43 +00:00

Remove unused includes

(cherry picked from commit daaff1284e)

Conflicts:
	apps/openmw/mwworld/store.cpp
	components/esm/util.hpp
This commit is contained in:
Stanislav Bas 2015-07-22 22:02:01 +03:00 committed by cc9cii
parent 38e99c9cd4
commit 2abdeef2e0
3 changed files with 0 additions and 7 deletions

View file

@ -4,7 +4,6 @@
#include <components/esm/esmreader.hpp> #include <components/esm/esmreader.hpp>
#include "collection.hpp" #include "collection.hpp"
#include "record.hpp"
namespace CSMWorld namespace CSMWorld
{ {

View file

@ -4,7 +4,6 @@
#include <string> #include <string>
#include <list> #include <list>
#include <map> #include <map>
#include <set>
#include "loadinfo.hpp" #include "loadinfo.hpp"

View file

@ -1,14 +1,9 @@
#ifndef OPENMW_ESM_UTIL_H #ifndef OPENMW_ESM_UTIL_H
#define OPENMW_ESM_UTIL_H #define OPENMW_ESM_UTIL_H
#include <string>
#include <OgreVector3.h> #include <OgreVector3.h>
#include <OgreQuaternion.h> #include <OgreQuaternion.h>
#include "esmreader.hpp"
#include "esmwriter.hpp"
namespace ESM namespace ESM
{ {