From 83868bca23f11bff1c4c28e26e6a6b9b02ec38e2 Mon Sep 17 00:00:00 2001 From: Ragora Date: Thu, 11 Sep 2014 19:37:00 -0400 Subject: [PATCH] Removed unused include left over from experimentation --- apps/openmw/mwgui/itemmodel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/openmw/mwgui/itemmodel.cpp b/apps/openmw/mwgui/itemmodel.cpp index 96ec308ec..857fd5939 100644 --- a/apps/openmw/mwgui/itemmodel.cpp +++ b/apps/openmw/mwgui/itemmodel.cpp @@ -2,7 +2,6 @@ #include "../mwworld/class.hpp" #include "../mwworld/containerstore.hpp" -#include "../mwworld/esmstore.hpp" #include "../mwbase/world.hpp" #include "../mwbase/environment.hpp"