aboutsummaryrefslogtreecommitdiff
path: root/modules/filters.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/filters.h')
-rw-r--r--modules/filters.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/filters.h b/modules/filters.h
index 8a32363..e0d1c49 100644
--- a/modules/filters.h
+++ b/modules/filters.h
@@ -2,9 +2,6 @@
/* defined as inline functions with call by reference to enable compiler ref/deref optim */
-#ifndef CREB_FILTERS_H
-#define CREB_FILTERS_H
-
/* the typedef */
#ifndef T
#define T float
@@ -227,6 +224,3 @@ PP eval_conj_pole_zero_ratfunc(float *val, float *arg, float *poles, float *zero
(sample the impulse response)
*/
-
-#endif /* CREB_FILTERS_H */
-