projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e039705
)
Remove unnecessary #include
author
John Darrington
<john@darrington.wattle.id.au>
Sat, 3 Mar 2012 11:12:54 +0000
(12:12 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Sat, 3 Mar 2012 11:12:54 +0000
(12:12 +0100)
src/math/trimmed-mean.h
patch
|
blob
|
history
diff --git
a/src/math/trimmed-mean.h
b/src/math/trimmed-mean.h
index c667b1be7ffcd9f9486606022c521143f5f08e6e..baa84bc24e23792e9d53305c0f027426e2622367 100644
(file)
--- a/
src/math/trimmed-mean.h
+++ b/
src/math/trimmed-mean.h
@@
-17,8
+17,6
@@
#ifndef __TRIMMED_MEAN_H__
#define __TRIMMED_MEAN_H__
-#include <stddef.h>
-
#include "order-stats.h"