X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fheap.c;h=ace8e4c1ce7565c24661e4bd3e9dfaf7bb3a7f82;hb=e9cbda0449c8c50c2295e14737b875cc34751d55;hp=30abcdc46d7fe5e7f960f98a9d14f507d9394c44;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/libpspp/heap.c b/src/libpspp/heap.c index 30abcdc46d..ace8e4c1ce 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