Skip to content

Commit

Permalink
Remove unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinitou committed Jan 26, 2025
1 parent 5979139 commit a69d560
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions tests/create-an-actual-host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
* Actually use host.hh / host.hxx to create a host. Assert that it is constructable
*/

#include "clap/helpers/host.hh"
#include "clap/helpers/host.hxx"
#include "clap/helpers/plugin-proxy.hh"
#include "clap/helpers/plugin-proxy.hxx"

#include <type_traits>
Expand Down
1 change: 0 additions & 1 deletion tests/create-an-actual-plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Actually use plugin.hh / plugin.hxx to create a plugin. Assert that it is constructable
*/

#include "clap/helpers/plugin.hh"
#include "clap/helpers/plugin.hxx"

#include <type_traits>
Expand Down
1 change: 0 additions & 1 deletion tests/host.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <clap/helpers/plugin-proxy.hxx>
#include <clap/helpers/host.hh>
#include <clap/helpers/host.hxx>

#include <catch2/catch_all.hpp>
Expand Down
2 changes: 0 additions & 2 deletions tests/plugin.cc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <clap/helpers/host-proxy.hxx>
#include <clap/helpers/param-queue.hh>
#include <clap/helpers/plugin.hh>
#include <clap/helpers/plugin.hxx>
#include <clap/helpers/reducing-param-queue.hh>
#include <clap/helpers/reducing-param-queue.hxx>

#include <catch2/catch_all.hpp>
Expand Down

0 comments on commit a69d560

Please sign in to comment.