aboutsummaryrefslogtreecommitdiff
path: root/modules/filters.h
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2006-08-15 15:11:52 +0000
committerTom Schouten <doelie@users.sourceforge.net>2006-08-15 15:11:52 +0000
commit4a83a80c044c9613bd50a63dd9ac5a97e2c028b5 (patch)
treeb424886f7e10d928a27ae16a64d577d749768a4d /modules/filters.h
parent55ba904ccef240df1056157e4a376d4cb1eb476d (diff)
creb 0.9.2 import
svn path=/trunk/externals/creb/; revision=5607
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 */
-