X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Frange-map.c;h=2af9405a869393e2ca7a7ab852348a98e2d5ab7d;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=0d6ce8263078674b321898ac4a38e6533a54d77a;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/libpspp/range-map.c b/src/libpspp/range-map.c index 0d6ce826..2af9405a 100644 --- a/src/libpspp/range-map.c +++ b/src/libpspp/range-map.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 @@ -16,10 +16,10 @@ #include -#include +#include "libpspp/range-map.h" -#include -#include +#include "libpspp/assertion.h" +#include "libpspp/compiler.h" static struct range_map_node *bt_to_range_map_node (const struct bt_node *); static int compare_range_map_nodes (const struct bt_node *,