X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FInventory.h;h=bca2ba82bb3a41a77c8abf9c96a8884c9fcc09a1;hb=HEAD;hp=bb8f59964913d2f33e1c07e40e905a083e9e577d;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/common/Inventory.h b/src/common/Inventory.h index bb8f599..bca2ba8 100644 --- a/src/common/Inventory.h +++ b/src/common/Inventory.h @@ -1,7 +1,9 @@ #ifndef COMMON_INVENTORY_H_ #define COMMON_INVENTORY_H_ -#include "fwd.h" +namespace common { + class Item; +} #include @@ -52,4 +54,4 @@ private: } -#endif /* COMMON_INVENTORY_H_ */ +#endif