remove basic_mempool.h usage

Mon, 10 Jul 2023 18:51:01 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 10 Jul 2023 18:51:01 +0200
changeset 505
d41fc7f37aed
parent 504
c094afcdfb27
child 506
696246f5758f

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

mercurial