summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Glover <glover.john@gmail.com>2011-06-24 18:34:01 +0100
committerJohn Glover <glover.john@gmail.com>2011-06-24 18:34:01 +0100
commit674dfef1752cb3076caea6ef609a121634c3da9e (patch)
treecd893ffd6c0080a92f987c460859977d5c6e4ed6 /src
parent0ecf55c21718ce97384f0c44d797549fce29db12 (diff)
downloadsimpl-674dfef1752cb3076caea6ef609a121634c3da9e.tar.gz
simpl-674dfef1752cb3076caea6ef609a121634c3da9e.tar.bz2
simpl-674dfef1752cb3076caea6ef609a121634c3da9e.zip
Tidy up
Diffstat (limited to 'src')
-rw-r--r--src/mq/mq.cpp1
-rw-r--r--src/mq/mq.h1
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;