Skip to content
Snippets Groups Projects
Commit 7e1ba14b authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Clean spike detector headers

parent 58b1d6b9
Branches
Tags
No related merge requests found
......@@ -24,8 +24,6 @@
#include <stdio.h>
#include "SpikeDetector.h"
#include "../../../Processors/Channel/Channel.h"
SpikeDetector::SpikeDetector()
: GenericProcessor("Spike Detector"),
overflowBuffer(2,100), dataBuffer(nullptr),
......
......@@ -23,8 +23,6 @@
#include "SpikeDetectorEditor.h"
#include "SpikeDetector.h"
#include "../../../Processors/Editors/ChannelSelector.h"
#include "../../../UI/EditorViewport.h"
#include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment