Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / pool.c
index 0f5663d1f064c5b6813d86dd3644c2bdf687c51a..c30b2f7bc370cb0d7aa03ab4683cc450804cf484 100644 (file)
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif
+#include "pool.h"
 #include <assert.h>
 #include <stdlib.h>
 #include "alloc.h"
-#include "pool.h"
 #include "str.h"
 
 /* Fast, low-overhead memory block suballocator. */