diff options
author | John Glover <glover.john@gmail.com> | 2011-06-24 18:34:01 +0100 |
---|---|---|
committer | John Glover <glover.john@gmail.com> | 2011-06-24 18:34:01 +0100 |
commit | 674dfef1752cb3076caea6ef609a121634c3da9e (patch) | |
tree | cd893ffd6c0080a92f987c460859977d5c6e4ed6 /src/mq | |
parent | 0ecf55c21718ce97384f0c44d797549fce29db12 (diff) | |
download | simpl-674dfef1752cb3076caea6ef609a121634c3da9e.tar.gz simpl-674dfef1752cb3076caea6ef609a121634c3da9e.tar.bz2 simpl-674dfef1752cb3076caea6ef609a121634c3da9e.zip |
Tidy up
Diffstat (limited to 'src/mq')
-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; |