diff options
-rw-r--r-- | src/mq/mq.cpp | 1 | ||||
-rw-r--r-- | src/mq/mq.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mq/mq.cpp b/src/mq/mq.cpp index 6ecba92..e842ac6 100644 --- a/src/mq/mq.cpp +++ b/src/mq/mq.cpp @@ -470,4 +470,3 @@ void print_list(PeakList* p) i++; } } - diff --git a/src/mq/mq.h b/src/mq/mq.h index 6819a80..e428f7e 100644 --- a/src/mq/mq.h +++ b/src/mq/mq.h @@ -19,7 +19,6 @@ #include <fftw3.h> #include <math.h> -#include "detectionfunctions.h" typedef double sample; |