diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-07-18 23:18:23 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-07-18 23:18:23 -0400 |
commit | 26b2741e2ef1c2d24115a7cdd88a1fa0dc0e19a2 (patch) | |
tree | 46e0b80b239f0900f11e143b7d8b78968b45fb0b /src/gui | |
parent | 41a23cb4511e9ba3985990e2703fb3d680a23d14 (diff) | |
download | mana-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/gui')
-rw-r--r-- | src/gui/chat.cpp | 1 | ||||
-rw-r--r-- | src/gui/inventorywindow.cpp | 1 | ||||
-rw-r--r-- | src/gui/ministatus.cpp | 1 | ||||
-rw-r--r-- | src/gui/statuswindow.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 31f6e279..6ad45fc8 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -23,7 +23,6 @@ #include "actorspritemanager.h" #include "configuration.h" -#include "event.h" #include "localplayer.h" #include "party.h" diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp index 89ef8682..fb7d1c8c 100644 --- a/src/gui/inventorywindow.cpp +++ b/src/gui/inventorywindow.cpp @@ -21,7 +21,6 @@ #include "gui/inventorywindow.h" -#include "event.h" #include "inventory.h" #include "item.h" #include "units.h" diff --git a/src/gui/ministatus.cpp b/src/gui/ministatus.cpp index 84c88ec7..eb7c0756 100644 --- a/src/gui/ministatus.cpp +++ b/src/gui/ministatus.cpp @@ -23,7 +23,6 @@ #include "animatedsprite.h" #include "configuration.h" -#include "event.h" #include "graphics.h" #include "playerinfo.h" diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index 6114cc41..ec35bb9e 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -21,7 +21,6 @@ #include "gui/statuswindow.h" -#include "event.h" #include "localplayer.h" #include "playerinfo.h" #include "units.h" |