diff options
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -23,10 +23,6 @@ /* init.c: defines initialisation and free functions. Also contains library constructor routine. */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <math.h> #include <stdlib.h> #include <stdio.h> @@ -38,8 +34,6 @@ #define DEFINE_GLOBALS #include "xtract_globals_private.h" - - #ifdef USE_OOURA void xtract_init_ooura_data(xtract_ooura_data *ooura_data, unsigned int N) { |