diff --git a/2021/day02/aoc-c.c b/2021/day02/aoc-c.c index 2eb7e50..6d4abf3 100644 --- a/2021/day02/aoc-c.c +++ b/2021/day02/aoc-c.c @@ -16,14 +16,6 @@ #include "debug.h" #include "bits.h" -#include "pool.h" - -struct ranges { - u32 val; - struct list_head list; -}; - -LIST_HEAD(list_head); int ex1() {