removed redundant #include
[pspp-builds.git] / src / math / percentiles.h
index 8f4271f56753a8e7c7e047df04958ff30eed9faa..a0dcf85ed30e5fc240858c4a06a22437a84b05fe 100644 (file)
@@ -1,7 +1,6 @@
 /* PSPP - A program for statistical analysis . -*-c-*-
 
 Copyright (C) 2004 Free Software Foundation, Inc.
-Author: John Darrington 2004
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
@@ -22,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 #define PERCENTILES_H
 
 
-#include "hash.h"
+#include <libpspp/hash.h>
 
 struct weighted_value ;
 
@@ -38,7 +37,7 @@ enum pc_alg {
 
 
 
-extern  const char *ptile_alg_desc[];
+extern  const char *const ptile_alg_desc[];