summaryrefslogtreecommitdiff
path: root/src/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp
index 0e5108ac..d5ca8630 100644
--- a/src/inventory.cpp
+++ b/src/inventory.cpp
@@ -19,12 +19,12 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <algorithm>
-
#include "inventory.h"
#include "item.h"
#include "log.h"
+#include <algorithm>
+
struct SlotUsed : public std::unary_function<Item*, bool>
{
bool operator()(const Item *item) const