From 872368b15b84f1a2c945238b4e2a9a2ed411e849 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Sep 2013 21:52:19 +0300 Subject: remove useless includes from some files. --- src/net/ea/buysellhandler.cpp | 1 + src/net/ea/chathandler.cpp | 1 + src/net/ea/gamehandler.cpp | 1 + src/net/ea/guildhandler.cpp | 1 + src/net/ea/inventoryhandler.cpp | 1 + src/net/ea/partyhandler.cpp | 1 + src/net/ea/playerhandler.cpp | 1 + src/net/ea/skillhandler.cpp | 1 + src/net/ea/tradehandler.cpp | 1 + src/net/eathena/adminhandler.cpp | 1 + src/net/eathena/buysellhandler.cpp | 1 + src/net/eathena/partyhandler.cpp | 1 + src/net/tmwa/adminhandler.cpp | 1 + src/net/tmwa/buysellhandler.cpp | 1 + src/net/tmwa/partyhandler.cpp | 1 + 15 files changed, 15 insertions(+) (limited to 'src/net') diff --git a/src/net/ea/buysellhandler.cpp b/src/net/ea/buysellhandler.cpp index 892422f76..053f54db8 100644 --- a/src/net/ea/buysellhandler.cpp +++ b/src/net/ea/buysellhandler.cpp @@ -26,6 +26,7 @@ #include "client.h" #include "configuration.h" #include "inventory.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index a7879f6fc..d40f351c1 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -25,6 +25,7 @@ #include "actorspritemanager.h" #include "configuration.h" #include "guildmanager.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" diff --git a/src/net/ea/gamehandler.cpp b/src/net/ea/gamehandler.cpp index 1909cd6df..0f0192dfa 100644 --- a/src/net/ea/gamehandler.cpp +++ b/src/net/ea/gamehandler.cpp @@ -24,6 +24,7 @@ #include "client.h" #include "game.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" diff --git a/src/net/ea/guildhandler.cpp b/src/net/ea/guildhandler.cpp index 4dc0f7f6e..47205f2f4 100644 --- a/src/net/ea/guildhandler.cpp +++ b/src/net/ea/guildhandler.cpp @@ -23,6 +23,7 @@ #include "actorspritemanager.h" #include "configuration.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" diff --git a/src/net/ea/inventoryhandler.cpp b/src/net/ea/inventoryhandler.cpp index d2bcd6a23..69e1d7587 100644 --- a/src/net/ea/inventoryhandler.cpp +++ b/src/net/ea/inventoryhandler.cpp @@ -22,6 +22,7 @@ #include "net/ea/inventoryhandler.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" diff --git a/src/net/ea/partyhandler.cpp b/src/net/ea/partyhandler.cpp index 0a87bf370..cd0c3cdfc 100644 --- a/src/net/ea/partyhandler.cpp +++ b/src/net/ea/partyhandler.cpp @@ -23,6 +23,7 @@ #include "actorspritemanager.h" #include "configuration.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp index 5106e0ecc..b0d2f1f95 100644 --- a/src/net/ea/playerhandler.cpp +++ b/src/net/ea/playerhandler.cpp @@ -24,6 +24,7 @@ #include "game.h" #include "party.h" +#include "notifications.h" #include "notifymanager.h" #include "units.h" diff --git a/src/net/ea/skillhandler.cpp b/src/net/ea/skillhandler.cpp index e363385e1..9ec815c53 100644 --- a/src/net/ea/skillhandler.cpp +++ b/src/net/ea/skillhandler.cpp @@ -23,6 +23,7 @@ #include "net/ea/skillhandler.h" #include "logger.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" diff --git a/src/net/ea/tradehandler.cpp b/src/net/ea/tradehandler.cpp index d22bf71ea..6fa76eca5 100644 --- a/src/net/ea/tradehandler.cpp +++ b/src/net/ea/tradehandler.cpp @@ -25,6 +25,7 @@ #include "inventory.h" #include "item.h" #include "logger.h" +#include "notifications.h" #include "notifymanager.h" #include "being/playerinfo.h" 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" diff --git a/src/net/tmwa/adminhandler.cpp b/src/net/tmwa/adminhandler.cpp index 1c48284b7..c43f608eb 100644 --- a/src/net/tmwa/adminhandler.cpp +++ b/src/net/tmwa/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/tmwa/buysellhandler.cpp b/src/net/tmwa/buysellhandler.cpp index 46a95b44d..d0a7b67b7 100644 --- a/src/net/tmwa/buysellhandler.cpp +++ b/src/net/tmwa/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/tmwa/partyhandler.cpp b/src/net/tmwa/partyhandler.cpp index 1b29cde46..2124679e9 100644 --- a/src/net/tmwa/partyhandler.cpp +++ b/src/net/tmwa/partyhandler.cpp @@ -22,6 +22,7 @@ #include "net/tmwa/partyhandler.h" #include "actorspritemanager.h" +#include "notifications.h" #include "notifymanager.h" #include "being/localplayer.h" -- cgit v1.2.3-60-g2f50