summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r--src/gui/status.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index b571c724..a8f13660 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -22,9 +22,12 @@
*/
#include "status.h"
-#include "../main.h"
+#include "stats.h"
+#include "inventory.h"
+#include "setup.h"
+#include "equipment.h"
#include "button.h"
-#include "../engine.h"
+#include "../playerinfo.h"
#define WIN_BORDER 5
#define CONTROLS_SEPARATOR 4