Mon, 10 Jul 2023 18:51:01 +0200
remove basic_mempool.h usage
src/server/config/conf.h | file | annotate | diff | comparison | revisions | |
src/server/plugins/postgresql/pgtest.h | file | annotate | diff | comparison | revisions |
--- 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>
--- 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