remove dependency from tree.c to array_list.h

Tue, 16 Dec 2025 18:32:35 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 16 Dec 2025 18:32:35 +0100
changeset 1615
5c211187dde9
parent 1614
1e0e7f08ccd6
child 1616
bdc04a8e0dd3

remove dependency from tree.c to array_list.h

src/Makefile file | annotate | diff | comparison | revisions
--- 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 $<
 

mercurial