h48

A prototype for an optimal Rubik's cube solver, work in progress.
git clone https://git.tronto.net/h48
Download | Log | Files | Refs | README | LICENSE

commit 8145e034184ed5807c00f05b90101090c6513a29
parent b144ec8b96b5b71e409d2a692eac64b38120c9ba
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 21 May 2024 09:19:26 +0200

Removed unused include

Diffstat:
Msrc/cube.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/cube.c b/src/cube.c @@ -1,6 +1,5 @@ #include <inttypes.h> #include <stdbool.h> -#include <stdlib.h> /* TODO: Used only for malloc, remove if possible */ #include <string.h> #ifdef DEBUG