Fixed use of @dots in @math command.
[pspp-builds.git] / src / libpspp / pool.c
index 896a27ed21703538b4bbf2a727c6de8075f20c44..88d3535df140e6648f025de4076be66bc466ce06 100644 (file)
 
 #include <config.h>
 #include "pool.h"
+#include <stdint.h>
 #include <stdlib.h>
-#include "alloc.h"
 #include <libpspp/assertion.h>
 #include "message.h"
-#include "size_max.h"
 #include "str.h"
 
+#include "xalloc.h"
+
 /* Fast, low-overhead memory block suballocator. */
 struct pool
   {