mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 10:45:33 +00:00
Remove an unneeded include
This commit is contained in:
parent
d6bc50c492
commit
6e2673daf3
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@
|
||||||
|
|
||||||
#include <components/misc/stringops.hpp>
|
#include <components/misc/stringops.hpp>
|
||||||
|
|
||||||
#include "../mwbase/environment.hpp"
|
|
||||||
#include "../mwbase/world.hpp"
|
|
||||||
|
|
||||||
bool MWState::operator< (const Slot& left, const Slot& right)
|
bool MWState::operator< (const Slot& left, const Slot& right)
|
||||||
{
|
{
|
||||||
return left.mTimeStamp<right.mTimeStamp;
|
return left.mTimeStamp<right.mTimeStamp;
|
||||||
|
|
Loading…
Reference in a new issue