Remove an unneeded include

deque
scrawl 10 years ago
parent d6bc50c492
commit 6e2673daf3

@ -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;

Loading…
Cancel
Save