summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-09 21:52:19 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-09 21:52:19 +0300
commit872368b15b84f1a2c945238b4e2a9a2ed411e849 (patch)
treeba99d9ec8653813f7d9f4007651f8650e2345295 /src/net
parentd3d879ac07ac45a623365b4db28c3b120a7bbb25 (diff)
downloadplus-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')
-rw-r--r--src/net/ea/buysellhandler.cpp1
-rw-r--r--src/net/ea/chathandler.cpp1
-rw-r--r--src/net/ea/gamehandler.cpp1
-rw-r--r--src/net/ea/guildhandler.cpp1
-rw-r--r--src/net/ea/inventoryhandler.cpp1
-rw-r--r--src/net/ea/partyhandler.cpp1
-rw-r--r--src/net/ea/playerhandler.cpp1
-rw-r--r--src/net/ea/skillhandler.cpp1
-rw-r--r--src/net/ea/tradehandler.cpp1
-rw-r--r--src/net/eathena/adminhandler.cpp1
-rw-r--r--src/net/eathena/buysellhandler.cpp1
-rw-r--r--src/net/eathena/partyhandler.cpp1
-rw-r--r--src/net/tmwa/adminhandler.cpp1
-rw-r--r--src/net/tmwa/buysellhandler.cpp1
-rw-r--r--src/net/tmwa/partyhandler.cpp1
15 files changed, 15 insertions, 0 deletions
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"