From 3f353e445e6057b853186e4774d8c8328d375167 Mon Sep 17 00:00:00 2001 From: yosyo Date: Mon, 3 Jun 2024 15:28:26 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(exec.h):?= =?UTF-8?q?=20fixed=20wrong=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/execution.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/execution.h b/include/execution.h index 7129057..cb1a296 100644 --- a/include/execution.h +++ b/include/execution.h @@ -6,14 +6,14 @@ /* By: mmoussou