summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/playerhandler.cpp')
-rw-r--r--src/net/ea/playerhandler.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp
index 70d162cbc..907c6e61e 100644
--- a/src/net/ea/playerhandler.cpp
+++ b/src/net/ea/playerhandler.cpp
@@ -22,10 +22,8 @@
#include "net/ea/playerhandler.h"
-#include "game.h"
#include "party.h"
#include "notifymanager.h"
-#include "soundmanager.h"
#include "units.h"
#include "being/localplayer.h"
@@ -33,22 +31,14 @@
#include "enums/resources/notifytypes.h"
-#include "gui/viewport.h"
-
#include "gui/windows/skilldialog.h"
#include "gui/windows/statuswindow.h"
-#include "resources/map/map.h"
-
#include "net/ea/eaprotocol.h"
#include "net/ea/playerrecv.h"
#include "debug.h"
-// Max. distance we are willing to scroll after a teleport;
-// everything beyond will reset the port hard.
-static const int MAP_TELEPORT_SCROLL_DISTANCE = 8;
-
namespace Ea
{