aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-06-12 12:25:35 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-06-12 12:25:35 +0000
commitc6808a00a77ac3cd325e536b1e11a89ed6360c58 (patch)
treebeec658f2d52e054bff41b89e14bd9b687093051
parent92649e745cbbe710ffa3bec1504f877f93fa34aa (diff)
only needs m_pd.h, m_imp.h can not be used standalone in 0.37 anymore
svn path=/trunk/externals/cxc/; revision=696
-rw-r--r--mean.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mean.c b/mean.c
index a94e472..fe6b7c6 100644
--- a/mean.c
+++ b/mean.c
@@ -4,8 +4,8 @@
standard deviation + histogram
*/
-#include "m_imp.h"
-//#include "m_pd.h"
+
+#include "m_pd.h"
#include <math.h>
//#include <stdlib.h>