X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fheap.c;h=ace8e4c1ce7565c24661e4bd3e9dfaf7bb3a7f82;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=30abcdc46d7fe5e7f960f98a9d14f507d9394c44;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/libpspp/heap.c b/src/libpspp/heap.c index 30abcdc4..ace8e4c1 100644 --- a/src/libpspp/heap.c +++ b/src/libpspp/heap.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,11 +18,11 @@ #include #endif -#include -#include -#include +#include "libpspp/heap.h" +#include "libpspp/pool.h" +#include "libpspp/assertion.h" -#include "xalloc.h" +#include "gl/xalloc.h" /* A heap. */ struct heap