fixed p-value computation in test of coefficients
[pspp-builds.git] / src / output / charts / dummy-chart.c
index a255f23795d254b8527ff42a129e3842f25c5392..21238d039fa1ebedd18dd2752cd743c3f6151b29 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2005 Free Software Foundation, Inc.
-   Written by John Darrington <john@darrington.wattle.id.au>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
    This module is linked only when charts are not supported */
 
 #include "config.h"
-#include "chart.h"
-#include "plot-chart.h"
-#include "cartesian.h"
+#include <output/chart.h>
+#include <output/charts/plot-chart.h>
+#include <output/charts/cartesian.h>
 #include <gsl/gsl_histogram.h>
-#include "compiler.h"
+#include <libpspp/compiler.h>
 
 
 #ifndef NO_CHARTS