diff options
author | Potte <the.keikun@gmail.com> | 2014-06-23 19:37:18 +0800 |
---|---|---|
committer | Shido <the.keikun@gmail.com> | 2014-06-27 19:06:53 +0800 |
commit | f17ca2000630fd77f2cf3e2bff5cc74431730461 (patch) | |
tree | fb9e6d05b131fad6fe535f18f4e14a87ce045c75 /src/map/storage.c | |
parent | 4c2bb1ff8a24de21dcd8a3e7860f2943e74a2afb (diff) | |
download | hercules-f17ca2000630fd77f2cf3e2bff5cc74431730461.tar.gz hercules-f17ca2000630fd77f2cf3e2bff5cc74431730461.tar.bz2 hercules-f17ca2000630fd77f2cf3e2bff5cc74431730461.tar.xz hercules-f17ca2000630fd77f2cf3e2bff5cc74431730461.zip |
Removed Unused Include.
Signed-off-by: Shido <the.keikun@gmail.com>
Diffstat (limited to 'src/map/storage.c')
-rw-r--r-- | src/map/storage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/storage.c b/src/map/storage.c index fad23d770..f2f0d8986 100644 --- a/src/map/storage.c +++ b/src/map/storage.c @@ -24,7 +24,6 @@ #include "../common/db.h" #include "../common/malloc.h" #include "../common/nullpo.h" -#include "../common/showmsg.h" struct storage_interface storage_s; struct guild_storage_interface gstorage_s; |