Skip to content

Commit

Permalink
Fix headers for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Oct 24, 2024
1 parent 8bf6e5f commit 4e34628
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions tests/audio/waveform_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <cmath>
#include <gtest/gtest.h>

#include "waveform.h"
#include "cortex.h"

using namespace cortex;

Expand Down
2 changes: 1 addition & 1 deletion tests/generators/oscillator_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <gtest/gtest.h>

#include "oscillator.h"
#include "cortex.h"

using namespace cortex;

Expand Down
2 changes: 1 addition & 1 deletion tests/processors/effects/saturator_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <gtest/gtest.h>

#include "saturator.h"
#include "cortex.h"

using namespace cortex;

Expand Down
2 changes: 1 addition & 1 deletion tests/processors/effects/wavefolder_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <gtest/gtest.h>

#include "wavefolder.h"
#include "cortex.h"

using namespace cortex;

Expand Down
3 changes: 1 addition & 2 deletions tests/processors/filters/filter_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <gtest/gtest.h>

#include "filter.h"
#include "oscillator.h"
#include "cortex.h"

using namespace cortex;

Expand Down
2 changes: 1 addition & 1 deletion tests/utilities/arithmetic_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <gtest/gtest.h>

#include "arithmetic.h"
#include "cortex.h"

using namespace cortex;

Expand Down
2 changes: 1 addition & 1 deletion tests/utilities/midi_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <gtest/gtest.h>

#include "midi.h"
#include "cortex.h"

using namespace cortex;

Expand Down

0 comments on commit 4e34628

Please sign in to comment.