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/inventorywindow.cpp | |
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/inventorywindow.cpp')
-rw-r--r-- | src/gui/inventorywindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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" |