diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-09 21:52:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-09 21:52:19 +0300 |
commit | 872368b15b84f1a2c945238b4e2a9a2ed411e849 (patch) | |
tree | ba99d9ec8653813f7d9f4007651f8650e2345295 /src/net/eathena | |
parent | d3d879ac07ac45a623365b4db28c3b120a7bbb25 (diff) | |
download | plus-872368b15b84f1a2c945238b4e2a9a2ed411e849.tar.gz plus-872368b15b84f1a2c945238b4e2a9a2ed411e849.tar.bz2 plus-872368b15b84f1a2c945238b4e2a9a2ed411e849.tar.xz plus-872368b15b84f1a2c945238b4e2a9a2ed411e849.zip |
remove useless includes from some files.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/adminhandler.cpp | 1 | ||||
-rw-r--r-- | src/net/eathena/buysellhandler.cpp | 1 | ||||
-rw-r--r-- | src/net/eathena/partyhandler.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp index e52945a98..69f03cc61 100644 --- a/src/net/eathena/adminhandler.cpp +++ b/src/net/eathena/adminhandler.cpp @@ -24,6 +24,7 @@ #include "actorspritemanager.h" #include "game.h" +#include "notifications.h" #include "notifymanager.h" #include "being/playerrelations.h" diff --git a/src/net/eathena/buysellhandler.cpp b/src/net/eathena/buysellhandler.cpp index 8b44ac409..76f465872 100644 --- a/src/net/eathena/buysellhandler.cpp +++ b/src/net/eathena/buysellhandler.cpp @@ -25,6 +25,7 @@ #include "actorspritemanager.h" #include "configuration.h" #include "inventory.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" diff --git a/src/net/eathena/partyhandler.cpp b/src/net/eathena/partyhandler.cpp index e00fd4119..27b228a7b 100644 --- a/src/net/eathena/partyhandler.cpp +++ b/src/net/eathena/partyhandler.cpp @@ -22,6 +22,7 @@ #include "net/eathena/partyhandler.h" #include "actorspritemanager.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" |