summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-09 15:43:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-09 18:44:03 +0300
commite5726a11424ebd48f12d76149ec7e5e2b6278bdd (patch)
treebdcb9987f4109513a99f3a46e01687babc94a243 /src/inventory.h
parentb4bdf86b6dd57045bd2d80cfcd5e0a428a5054b3 (diff)
downloadplus-e5726a11424ebd48f12d76149ec7e5e2b6278bdd.tar.gz
plus-e5726a11424ebd48f12d76149ec7e5e2b6278bdd.tar.bz2
plus-e5726a11424ebd48f12d76149ec7e5e2b6278bdd.tar.xz
plus-e5726a11424ebd48f12d76149ec7e5e2b6278bdd.zip
Fix code style.
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h
index 4da805b50..ee684fb95 100644
--- a/src/inventory.h
+++ b/src/inventory.h
@@ -23,11 +23,13 @@
#ifndef INVENTORY_H
#define INVENTORY_H
-#include "being/being.h"
+#include "being/gender.h"
#include <list>
#include <string>
+#include "localconsts.h"
+
class Inventory;
class Item;