summaryrefslogtreecommitdiff
path: root/src/playerinfo.cpp
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2010-07-18 23:18:23 -0400
committerChuck Miller <shadowmil@gmail.com>2010-07-18 23:18:23 -0400
commit26b2741e2ef1c2d24115a7cdd88a1fa0dc0e19a2 (patch)
tree46e0b80b239f0900f11e143b7d8b78968b45fb0b /src/playerinfo.cpp
parent41a23cb4511e9ba3985990e2703fb3d680a23d14 (diff)
downloadMana-26b2741e2ef1c2d24115a7cdd88a1fa0dc0e19a2.tar.gz
Mana-26b2741e2ef1c2d24115a7cdd88a1fa0dc0e19a2.tar.bz2
Mana-26b2741e2ef1c2d24115a7cdd88a1fa0dc0e19a2.tar.xz
Mana-26b2741e2ef1c2d24115a7cdd88a1fa0dc0e19a2.zip
Add event.h to eventmanager.h and listener.h to reduce total number of includes
You'll have to include it anyways 99% of the time
Diffstat (limited to 'src/playerinfo.cpp')
-rw-r--r--src/playerinfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/playerinfo.cpp b/src/playerinfo.cpp
index 24cbe0ce..28d37c83 100644
--- a/src/playerinfo.cpp
+++ b/src/playerinfo.cpp
@@ -22,7 +22,6 @@
#include "client.h"
#include "equipment.h"
-#include "event.h"
#include "eventmanager.h"
#include "inventory.h"
#include "listener.h"