Removed my authorship lines.
[pspp] / src / output / charts / barchart.c
index efa0ce82bef12664104176e138be5eba16ccd621..13ea3dc2f854346a208681b09c0a8870b94e2b46 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 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
@@ -22,9 +21,9 @@
 #include <plot.h>
 #include <stdarg.h>
 #include <math.h>
-#include "barchart.h"
-#include "chart.h"
-#include "plot-chart.h"
+#include <output/charts/barchart.h>
+#include <output/chart.h>
+#include <output/charts/plot-chart.h>
 
 #define CATAGORIES 6
 #define SUB_CATAGORIES 3