summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2008-12-01 22:26:20 +0100
committerPhilipp Sehmisch <crush@themanaworld.org>2008-12-01 22:26:20 +0100
commit017e5dd93498dd3dcf168bec95725423564c177c (patch)
tree4f16d66e9c62f73cd4d773f4f51ee3352fc29ce5 /src/gui/inventorywindow.cpp
parent53ee2ec3a7efd6ff62bff3abdb87eccec6fbe5c9 (diff)
downloadmana-client-017e5dd93498dd3dcf168bec95725423564c177c.tar.gz
mana-client-017e5dd93498dd3dcf168bec95725423564c177c.tar.bz2
mana-client-017e5dd93498dd3dcf168bec95725423564c177c.tar.xz
mana-client-017e5dd93498dd3dcf168bec95725423564c177c.zip
Fixed a compilation error caused by path relevance.
Diffstat (limited to 'src/gui/inventorywindow.cpp')
-rw-r--r--src/gui/inventorywindow.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp
index 6a5a8b37..3eae6c60 100644
--- a/src/gui/inventorywindow.cpp
+++ b/src/gui/inventorywindow.cpp
@@ -28,12 +28,13 @@
#include "button.h"
#include "gui.h"
-#include "inventory.h"
#include "item_amount.h"
#include "itemcontainer.h"
#include "scrollarea.h"
#include "viewport.h"
-
+
+
+#include "../inventory.h"
#include "../item.h"
#include "../localplayer.h"