REORG: include: move common/memory.h to haproxy/pool.h
Now the file is ready to be stored into its final destination. A few
minor reorderings were performed to keep the file properly organized,
making the various sections more visible (cache & lockless).
In addition and to stay consistent, memory.c was renamed to pool.c.
diff --git a/include/proto/stream.h b/include/proto/stream.h
index b821cba..80c56ef 100644
--- a/include/proto/stream.h
+++ b/include/proto/stream.h
@@ -23,7 +23,7 @@
#define _PROTO_STREAM_H
#include <haproxy/api.h>
-#include <common/memory.h>
+#include <haproxy/pool.h>
#include <types/action.h>
#include <types/stream.h>
#include <proto/fd.h>