diff options
Diffstat (limited to 'src/map/storage.hpp')
-rw-r--r-- | src/map/storage.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/storage.hpp b/src/map/storage.hpp index 6dd2178..9daa446 100644 --- a/src/map/storage.hpp +++ b/src/map/storage.hpp @@ -4,8 +4,6 @@ #ifndef STORAGE_HPP #define STORAGE_HPP -#include "../common/mmo.hpp" - int storage_storageopen(struct map_session_data *sd); int storage_storageadd(struct map_session_data *sd, int index, int amount); int storage_storageget(struct map_session_data *sd, int index, int amount); |