# HG changeset patch # User Olaf Wintermann <olaf.wintermann@gmail.com> # Date 1689007861 -7200 # Node ID d41fc7f37aeda0fd50694756999cbcd1c20ac648 # Parent c094afcdfb27926b7afd61a73e8c486a2ca5db29 remove basic_mempool.h usage diff -r c094afcdfb27 -r d41fc7f37aed src/server/config/conf.h --- a/src/server/config/conf.h Mon Jul 10 18:39:24 2023 +0200 +++ b/src/server/config/conf.h Mon Jul 10 18:51:01 2023 +0200 @@ -35,7 +35,6 @@ #include <cx/linked_list.h> #include <cx/hash_map.h> #include <cx/mempool.h> -#include <cx/basic_mempool.h> #include <cx/string.h> #include <cx/utils.h> #include <cx/compare.h> diff -r c094afcdfb27 -r d41fc7f37aed src/server/plugins/postgresql/pgtest.h --- a/src/server/plugins/postgresql/pgtest.h Mon Jul 10 18:39:24 2023 +0200 +++ b/src/server/plugins/postgresql/pgtest.h Mon Jul 10 18:51:01 2023 +0200 @@ -16,7 +16,7 @@ #include "../../test/test.h" #include <cx/map.h> -#include <cx/basic_mempool.h> +#include <cx/mempool.h> #include <libxml/tree.h> #ifdef __cplusplus