Compilation: fix up tools includes.
[gnumeric.git] / src / tools / analysis-wilcoxon-mann-whitney.h
blob3e1c9ca2fc3932e9e2fd697d4bf6911e7a3e6750
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * analysis-wilcoxon-mann-whitney.h:
5 * Author:
6 * Andreas J. Guelzow <aguelzow@pyrshep.ca>
8 * (C) Copyright 2010 by Andreas J. Guelzow <aguelzow@pyrshep.ca>
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, see <https://www.gnu.org/licenses/>.
26 #ifndef ANALYSIS_WILCOXON_MANN_WHITNEY_H
27 #define ANALYSIS_WILCOXON_MANN_WHITNEY_H
29 #include "gnumeric.h"
30 #include "numbers.h"
31 #include <tools/dao.h>
32 #include "tools.h"
33 #include "analysis-tools.h"
34 #include "sheet.h"
36 gboolean
37 analysis_tool_wilcoxon_mann_whitney_engine (GOCmdContext *gcc,
38 data_analysis_output_t *dao,
39 gpointer specs,
40 analysis_tool_engine_t selector,
41 gpointer result);
44 #endif