From 0928e80143985364e1c792434446c8b81dcc5c1d Mon Sep 17 00:00:00 2001
From: cywil5115 <116916841+cywil5115@users.noreply.github.com>
Date: Wed, 12 Feb 2025 15:51:54 +0100
Subject: [PATCH] delete not used includes

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

diff --git a/two.c b/two.c
index 6d76830..092eb96 100644
--- a/two.c
+++ b/two.c
@@ -1,5 +1,3 @@
-#include <stdio.h>
-#include <string.h>
 #include <stdint.h>
 
 #include "tsi_struct.h"  // Zawiera definicję struktury register_info
-- 
GitLab