aboutsummaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/init.c b/src/init.c
index 4a0467c..879337f 100644
--- a/src/init.c
+++ b/src/init.c
@@ -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)
{