summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 16:03:16 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 16:03:43 +0300
commit410b960d2e3ac19df78b0f5ce42d4cef18c0df25 (patch)
treec127d750f2af8a783dcb48a77012fca5a2385b99 /src/being/playerinfo.h
parentb3fb470b1c14f2ca7832531df1f99c9fd730c317 (diff)
downloadplus-410b960d2e3ac19df78b0f5ce42d4cef18c0df25.tar.gz
plus-410b960d2e3ac19df78b0f5ce42d4cef18c0df25.tar.bz2
plus-410b960d2e3ac19df78b0f5ce42d4cef18c0df25.tar.xz
plus-410b960d2e3ac19df78b0f5ce42d4cef18c0df25.zip
Move guildpositionflags.h into enums directory.
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r--src/being/playerinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h
index 298005ed5..c49326bb4 100644
--- a/src/being/playerinfo.h
+++ b/src/being/playerinfo.h
@@ -23,8 +23,8 @@
#define BEING_PLAYERINFO_H
#include "equipment.h"
-#include "guildpositionflags.h"
+#include "enums/guildpositionflags.h"
#include "enums/state.h"
#include <map>