From 4f52ce3c199d8efbdd31d658d0e4aee1cee63b5e Mon Sep 17 00:00:00 2001
From: KELES CEMRENUR <cemrenur.keles@etu.unistra.fr>
Date: Sun, 24 Nov 2024 17:24:12 +0000
Subject: [PATCH] Update linear.c

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

diff --git a/linear.c b/linear.c
index 1ac1670..9568a29 100644
--- a/linear.c
+++ b/linear.c
@@ -8,8 +8,6 @@
 
 #include "treemap.h" // Shared definitions.
 #include "place.h"   // Placement-related functions.
-#include "treemap.h" // Assuming this contains shared definitions
-#include "place.h"
 /**
  * @brief Creates a new TreeNode instance.
  *
-- 
GitLab