From 390b6acb5f518593b9de3476bdccb1aab41dbf36 Mon Sep 17 00:00:00 2001
From: "dario.genga" <dario.genga@etu.hesge.ch>
Date: Tue, 25 Jan 2022 15:59:19 +0100
Subject: [PATCH] Removed unused library

---
 ex1/ex1.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ex1/ex1.c b/ex1/ex1.c
index 1ee902f..3bb0a65 100644
--- a/ex1/ex1.c
+++ b/ex1/ex1.c
@@ -5,8 +5,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
-#include <stdbool.h>
 
 int main() {
     const int ARRAY_LENGTH = 8;
-- 
GitLab