From 4a412b97fe923843fcf781f8ad21e34f9c2fb54c Mon Sep 17 00:00:00 2001 From: tth Date: Mon, 25 Jan 2021 17:18:44 +0100 Subject: [PATCH] use the local/current floatimg.h --- Fonderie/crapulator.c | 2 +- Fonderie/fonctions.c | 2 +- Fonderie/fonderie.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Fonderie/crapulator.c b/Fonderie/crapulator.c index 156fc23..4485e69 100644 --- a/Fonderie/crapulator.c +++ b/Fonderie/crapulator.c @@ -7,7 +7,7 @@ #include #include -#include +#include "../floatimg.h" #include "fonctions.h" #include "crapulator.h" diff --git a/Fonderie/fonctions.c b/Fonderie/fonctions.c index c2b394f..80fba59 100644 --- a/Fonderie/fonctions.c +++ b/Fonderie/fonctions.c @@ -8,7 +8,7 @@ #include #include -#include +#include "../floatimg.h" #include "fonctions.h" #include "crapulator.h" diff --git a/Fonderie/fonderie.c b/Fonderie/fonderie.c index 4abe836..5f9e94d 100644 --- a/Fonderie/fonderie.c +++ b/Fonderie/fonderie.c @@ -7,7 +7,7 @@ #include #include #include -#include +#include "../floatimg.h" #include "fonctions.h" #include "glitches.h"