From 94d0033ed89bb5bfb6500051296892fb7cea6c29 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 25 Dec 2023 17:56:34 +0100 Subject: Small cleanup --- 2023/10/10a.c | 3 --- 2023/10/10b.c | 3 --- 2 files changed, 6 deletions(-) (limited to '2023/10') diff --git a/2023/10/10a.c b/2023/10/10a.c index d25b0c8..884a8b0 100644 --- a/2023/10/10a.c +++ b/2023/10/10a.c @@ -1,7 +1,4 @@ -#include #include -#include -#include #define N 1000 diff --git a/2023/10/10b.c b/2023/10/10b.c index 0b298dc..d63a4b0 100644 --- a/2023/10/10b.c +++ b/2023/10/10b.c @@ -1,7 +1,4 @@ -#include #include -#include -#include #define N 1000 #define set(i, j, c) if (newmap[i][j] == '.') newmap[i][j] = c; -- cgit v1.3