summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.cpp
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/cashshophandler.cpp
parent8aca3361806f6d00c5b9c0b318354230ac2fab1c (diff)
downloadManaVerse-fb8885f31122ca020ef61f540b44cca126653d15.tar.gz
ManaVerse-fb8885f31122ca020ef61f540b44cca126653d15.tar.bz2
ManaVerse-fb8885f31122ca020ef61f540b44cca126653d15.tar.xz
ManaVerse-fb8885f31122ca020ef61f540b44cca126653d15.zip
Move attributes.h into enums directory.
Diffstat (limited to 'src/net/eathena/cashshophandler.cpp')
-rw-r--r--src/net/eathena/cashshophandler.cpp3
1 files changed, 2 insertions, 1 deletions
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"