summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-07-17 22:10:16 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-07-17 22:10:16 +0000
commit19b58f22f7e77382183c70d2b6a1c79b5e1584e7 (patch)
treee2072e7eb9903cf6664cf364c328f110635538eb /src/gui/status.cpp
parent35b1b1f16978017a39e0951c9ee74115567a0407 (diff)
downloadmana-client-19b58f22f7e77382183c70d2b6a1c79b5e1584e7.tar.gz
mana-client-19b58f22f7e77382183c70d2b6a1c79b5e1584e7.tar.bz2
mana-client-19b58f22f7e77382183c70d2b6a1c79b5e1584e7.tar.xz
mana-client-19b58f22f7e77382183c70d2b6a1c79b5e1584e7.zip
Updated Makefile.am to reflect the name change of gui/equipmentwindow.*. Also fixed an #include for that header.
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r--src/gui/status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index 604f6abf..4cb4f010 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -25,7 +25,7 @@
#include "stats.h"
#include "inventory.h"
#include "setup.h"
-#include "equipment.h"
+#include "equipmentwindow.h"
#include "button.h"
#include "../playerinfo.h"