From 18c9a8b8905304cf5f8fc15825769046a3144866 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 18 Aug 2024 14:26:45 +0200 Subject: Reorganized folder structure --- shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.c') diff --git a/shell.c b/shell.c index 9c5ac08..c1efcbd 100644 --- a/shell.c +++ b/shell.c @@ -7,7 +7,7 @@ #include #include -#include "src/cube.h" +#include "src/nissy.h" #define PRINTCUBE_BUFFER_SIZE 1024 /* Should be enough */ #define SOLUTIONS_BUFFER_SIZE 500000 /* Should be enough */ -- cgit v1.3