diff options
Diffstat (limited to 'src/map/searchstore.c')
-rw-r--r-- | src/map/searchstore.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/searchstore.c b/src/map/searchstore.c index 9c9de1f91..d7378ab36 100644 --- a/src/map/searchstore.c +++ b/src/map/searchstore.c @@ -5,10 +5,9 @@ #include "../common/malloc.h" // aMalloc, aRealloc, aFree #include "../common/showmsg.h" // ShowError, ShowWarning #include "../common/strlib.h" // safestrncpy -#include "atcommand.h" // msg_txt #include "battle.h" // battle_config.* #include "clif.h" // clif_open_search_store_info, clif_search_store_info_* -#include "pc.h" // struct map_session_data, pc_setpos, pc_isGM +#include "pc.h" // struct map_session_data #include "searchstore.h" // struct s_search_store_info |