Remove an unneeded include

This commit is contained in:
scrawl 2014-09-07 02:48:23 +02:00
parent d6bc50c492
commit 6e2673daf3

View file

@ -14,9 +14,6 @@
#include <components/misc/stringops.hpp>
#include "../mwbase/environment.hpp"
#include "../mwbase/world.hpp"
bool MWState::operator< (const Slot& left, const Slot& right)
{
return left.mTimeStamp<right.mTimeStamp;