# HG changeset patch # User Mike Becker # Date 1765906355 -3600 # Node ID 5c211187dde9027dd46e4f5cedf2f3aea1caf0bb # Parent 1e0e7f08ccd6e0961ac7af71daa7bed1efaeae76 remove dependency from tree.c to array_list.h diff -r 1e0e7f08ccd6 -r 5c211187dde9 src/Makefile --- a/src/Makefile Tue Dec 16 18:30:08 2025 +0100 +++ b/src/Makefile Tue Dec 16 18:32:35 2025 +0100 @@ -162,7 +162,7 @@ $(CC) -o $@ $(CFLAGS) -c $< $(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h cx/collection.h \ - cx/allocator.h cx/iterator.h cx/compare.h cx/array_list.h cx/list.h + cx/allocator.h cx/iterator.h cx/compare.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<