From 90f2d2aeffdb345e9fdfc5c3e56fffa71281f2ee Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 21 Jan 2013 21:50:36 -0800 Subject: Remove unnecessary includes, speeding up recompilation --- src/map/battle.hpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/map/battle.hpp') diff --git a/src/map/battle.hpp b/src/map/battle.hpp index 04ca656..56b3a9f 100644 --- a/src/map/battle.hpp +++ b/src/map/battle.hpp @@ -3,8 +3,6 @@ #include "battle.t.hpp" -#include "../common/utils.hpp" - #include "map.t.hpp" #include "skill.t.hpp" @@ -31,9 +29,9 @@ struct Damage battle_calc_attack(BF attack_type, // 実際にHPを増減 int battle_damage(struct block_list *bl, struct block_list *target, - int damage, int flag); + int damage, int flag); int battle_heal(struct block_list *bl, struct block_list *target, int hp, - int sp, int flag); + int sp, int flag); // 攻撃や移動を止める int battle_stopattack(struct block_list *bl); @@ -83,7 +81,7 @@ int battle_check_undead(int race, int element); int battle_check_target(struct block_list *src, struct block_list *target, BCT flag); int battle_check_range(struct block_list *src, struct block_list *bl, - int range); + int range); extern struct Battle_Config { -- cgit v1.2.3-60-g2f50