diff options
Diffstat (limited to 'src/map/trade.hpp')
-rw-r--r-- | src/map/trade.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/trade.hpp b/src/map/trade.hpp index 708e578..e50d608 100644 --- a/src/map/trade.hpp +++ b/src/map/trade.hpp @@ -1,7 +1,7 @@ #ifndef TRADE_HPP #define TRADE_HPP -#include "map.hpp" +# include "map.hpp" void trade_traderequest(dumb_ptr<map_session_data> sd, int target_id); void trade_tradeack(dumb_ptr<map_session_data> sd, int type); |