Skip to content

Commit

Permalink
Remove redundant includes
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Sep 26, 2023
1 parent 814fd46 commit 8dc6b69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/test/ringdelaybuffer_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <gtest/gtest.h>

#include <QTest>
#include <span>

#include "test/mixxxtest.h"
#include "util/samplebuffer.h"
Expand Down
2 changes: 0 additions & 2 deletions src/util/ringdelaybuffer.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "ringdelaybuffer.h"

#include <span>

#include "util/math.h"
#include "util/sample.h"

Expand Down

0 comments on commit 8dc6b69

Please sign in to comment.