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 --- jouer.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'jouer.c') diff --git a/jouer.c b/jouer.c index 9cad17c..babc978 100644 --- a/jouer.c +++ b/jouer.c @@ -1,9 +1,8 @@ -#include -#include #include #include "structures.h" #include "constantes.h" -#include "prototypes.h" + +#include "blits.h" #include "priv_entries.h" -- cgit v1.2.3