Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / math / moments.h
index d872280131f5245b710bd1d264971f9cd921f265..e36e58aaead804ccfc86a79c0dc9f5114ad6ceaa 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
 #define HEADER_MOMENTS
 
 #include <stddef.h>
-#include "value.h"
+#include <data/value.h>
 
 /* Moments of the mean.
    Higher-order moments have higher values. */
-enum moment 
+enum moment
   {
     MOMENT_NONE,                /* No moments. */
     MOMENT_MEAN,                /* First-order moment. */