summaryrefslogtreecommitdiff
path: root/src/net/ea
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/ea
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/ea')
-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
9 files changed, 9 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"