X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdict-class.c;h=5f0d036f1b0d5b8543eb86213c645135544655ad;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=c79b29a28fb387d0bea1ed6024240c7785abe4f1;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/data/dict-class.c b/src/data/dict-class.c index c79b29a2..5f0d036f 100644 --- a/src/data/dict-class.c +++ b/src/data/dict-class.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,9 +16,9 @@ #include -#include +#include "data/dict-class.h" -#include +#include "libpspp/assertion.h" #include "gettext.h" #define _(msgid) gettext (msgid)