Em Thu, Jun 23, 2016 at 05:55:17PM +0900, Taeung Song escreveu: > Lately util/config.h has been added > but util/cache.h has declarations of functions > and a global variable for config features. > > To manage codes about configuration at one spot, > move them to util/config.h and let source files > that need config features include config.h > And if the source files that included previous cache.h > need only config.h, remove including cache.h.
Applied and build tested. - Arnaldo