X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-transpose.c;h=3dd862026274e3185dc18e4ab27e2a44d9e264be;hb=107d72f63db8639c509f8cd92ac29b4641e5fbbc;hp=59801942cb9b2dd6af4a324949b7c87ff47b7dc1;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/output/table-transpose.c b/src/output/table-transpose.c index 59801942cb..3dd8620262 100644 --- a/src/output/table-transpose.c +++ b/src/output/table-transpose.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 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 -#include +#include "libpspp/assertion.h" +#include "libpspp/cast.h" +#include "output/table-provider.h" #include "gl/minmax.h" #include "gl/xalloc.h"