diff -r 7fc3bea76481 -r ef2f47fc5f0c tests/Makefile --- a/tests/Makefile Sat Dec 13 16:31:55 2025 +0100 +++ b/tests/Makefile Sat Dec 13 16:41:10 2025 +0100 @@ -116,8 +116,7 @@ $(CC) -o $@ $(CFLAGS) -I../src -c $< $(TEST_DIR)/test_mempool$(OBJ_EXT): test_mempool.c ../src/cx/test.h \ - ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ - ../src/cx/mempool.h ../src/cx/allocator.h + ../src/cx/common.h ../src/cx/mempool.h ../src/cx/allocator.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -I../src -c $<