summaryrefslogtreecommitdiff
path: root/src/listener.h
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/listener.h
parent41a23cb4511e9ba3985990e2703fb3d680a23d14 (diff)
downloadmana-client-26b2741e2ef1c2d24115a7cdd88a1fa0dc0e19a2.tar.gz
mana-client-26b2741e2ef1c2d24115a7cdd88a1fa0dc0e19a2.tar.bz2
mana-client-26b2741e2ef1c2d24115a7cdd88a1fa0dc0e19a2.tar.xz
mana-client-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/listener.h')
-rw-r--r--src/listener.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/listener.h b/src/listener.h
index 2a5654b7..25b388a0 100644
--- a/src/listener.h
+++ b/src/listener.h
@@ -21,13 +21,13 @@
#ifndef LISTENER_H
#define LISTENER_H
+#include "event.h"
+
#include <string>
namespace Mana
{
-class Event;
-
class Listener
{
public: