From bfdf279cac51fe8945e59cd566cba2cb2efcffce Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 8 Jan 2015 19:45:03 +0100 Subject: move some functions and headers so that the compilation is quicker Signed-off-by: Olivier Gayot --- actions.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'actions.c') diff --git a/actions.c b/actions.c index bd1ce2e..5559bd1 100644 --- a/actions.c +++ b/actions.c @@ -1,9 +1,10 @@ -#include +#include + #include "structures.h" + #include "constantes.h" -#include "prototypes.h" -#include -#include + +#include "character.h" static int compute_damages(const struct character_t *src, const struct character_t *dest, enum damages_type_t type, enum element_t element) -- cgit v1.2.3