From 45dfe04576564b8d1e16ec013fffe30296e6e7cf Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Thu, 5 Jan 2023 10:33:39 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A9organisation=20des=20includes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/I/un.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/I/un.c b/src/I/un.c index 33410c1..cac50ef 100644 --- a/src/I/un.c +++ b/src/I/un.c @@ -13,8 +13,8 @@ #include #include // sleep #include // strcasecmp : insensitive case -#include "../II/deux.c" #include "un.h" +#include "../II/deux.c" void identificationCandidat(int* id, ListeCandidats* listePointer, int* nbCandidats) { char connexion;