# HG changeset patch # User Matti Hamalainen # Date 1403372577 -10800 # Node ID 5b059a85cab8cc878fbe43ec4b92d34a931bb50a # Parent 2c6945599b16ae4b1a7cf83394b57f9dcfc6ac43 API change again. diff -r 2c6945599b16 -r 5b059a85cab8 Makefile.gen --- a/Makefile.gen Sat Jun 21 20:01:17 2014 +0300 +++ b/Makefile.gen Sat Jun 21 20:42:57 2014 +0300 @@ -18,7 +18,7 @@ # Objects # THLIBS_A=$(OBJPATH)thlibs.a -THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o th_network.o th_growbuf.o +THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_config.o th_network.o NNCHAT_OBJ=main.o util.o ui.o NNCHAT_BIN=$(BINPATH)nnchat$(EXEEXT) diff -r 2c6945599b16 -r 5b059a85cab8 ui.h --- a/ui.h Sat Jun 21 20:01:17 2014 +0300 +++ b/ui.h Sat Jun 21 20:42:57 2014 +0300 @@ -22,7 +22,6 @@ #include #include "th_types.h" #include "th_string.h" -#include "th_growbuf.h" #include "th_network.h" diff -r 2c6945599b16 -r 5b059a85cab8 util.c --- a/util.c Sat Jun 21 20:01:17 2014 +0300 +++ b/util.c Sat Jun 21 20:42:57 2014 +0300 @@ -4,7 +4,6 @@ * (C) Copyright 2008-2013 Tecnic Software productions (TNSP) */ #include "util.h" -#include "th_growbuf.h" #include