summaryrefslogtreecommitdiff
path: root/src/net/eathena
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-06 18:55:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-06 18:55:09 +0300
commitfb8885f31122ca020ef61f540b44cca126653d15 (patch)
treef578db8e5134c642c9d0c2cc2082c8b9c63243e7 /src/net/eathena
parent8aca3361806f6d00c5b9c0b318354230ac2fab1c (diff)
downloadplus-fb8885f31122ca020ef61f540b44cca126653d15.tar.gz
plus-fb8885f31122ca020ef61f540b44cca126653d15.tar.bz2
plus-fb8885f31122ca020ef61f540b44cca126653d15.tar.xz
plus-fb8885f31122ca020ef61f540b44cca126653d15.zip
Move attributes.h into enums directory.
Diffstat (limited to 'src/net/eathena')
-rw-r--r--src/net/eathena/buysellhandler.cpp3
-rw-r--r--src/net/eathena/cashshophandler.cpp3
-rw-r--r--src/net/eathena/charserverhandler.cpp2
-rw-r--r--src/net/eathena/generalhandler.cpp2
-rw-r--r--src/net/eathena/markethandler.cpp3
-rw-r--r--src/net/eathena/playerhandler.cpp3
6 files changed, 10 insertions, 6 deletions
diff --git a/src/net/eathena/buysellhandler.cpp b/src/net/eathena/buysellhandler.cpp
index 769160894..ce8b220d5 100644
--- a/src/net/eathena/buysellhandler.cpp
+++ b/src/net/eathena/buysellhandler.cpp
@@ -24,9 +24,10 @@
#include "notifymanager.h"
-#include "being/attributes.h"
#include "being/playerinfo.h"
+#include "enums/being/attributes.h"
+
#include "gui/windows/buydialog.h"
#include "net/eathena/protocol.h"
diff --git a/src/net/eathena/cashshophandler.cpp b/src/net/eathena/cashshophandler.cpp
index c6191c512..109a3c1b1 100644
--- a/src/net/eathena/cashshophandler.cpp
+++ b/src/net/eathena/cashshophandler.cpp
@@ -20,9 +20,10 @@
#include "net/eathena/cashshophandler.h"
-#include "being/attributes.h"
#include "being/playerinfo.h"
+#include "enums/being/attributes.h"
+
#include "gui/windows/buydialog.h"
#include "net/eathena/messageout.h"
diff --git a/src/net/eathena/charserverhandler.cpp b/src/net/eathena/charserverhandler.cpp
index 2becc5c35..09d5257ce 100644
--- a/src/net/eathena/charserverhandler.cpp
+++ b/src/net/eathena/charserverhandler.cpp
@@ -26,7 +26,7 @@
#include "configuration.h"
#include "settings.h"
-#include "being/attributes.h"
+#include "enums/being/attributes.h"
#include "enums/gui/dialogtype.h"
diff --git a/src/net/eathena/generalhandler.cpp b/src/net/eathena/generalhandler.cpp
index 9d0ad4797..30697388e 100644
--- a/src/net/eathena/generalhandler.cpp
+++ b/src/net/eathena/generalhandler.cpp
@@ -26,7 +26,7 @@
#include "configuration.h"
#include "logger.h"
-#include "being/attributes.h"
+#include "enums/being/attributes.h"
#include "gui/windows/inventorywindow.h"
#include "gui/windows/skilldialog.h"
diff --git a/src/net/eathena/markethandler.cpp b/src/net/eathena/markethandler.cpp
index 7785a1d8f..f57b3ec2d 100644
--- a/src/net/eathena/markethandler.cpp
+++ b/src/net/eathena/markethandler.cpp
@@ -22,9 +22,10 @@
#include "notifymanager.h"
-#include "being/attributes.h"
#include "being/playerinfo.h"
+#include "enums/being/attributes.h"
+
#include "gui/windows/buydialog.h"
#include "net/eathena/messageout.h"
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp
index 2d6d5604f..601dab1c6 100644
--- a/src/net/eathena/playerhandler.cpp
+++ b/src/net/eathena/playerhandler.cpp
@@ -22,9 +22,10 @@
#include "net/eathena/playerhandler.h"
-#include "being/attributes.h"
#include "being/localplayer.h"
+#include "enums/being/attributes.h"
+
#include "gui/windows/statuswindow.h"
#include "net/eathena/messageout.h"