summaryrefslogtreecommitdiff
path: root/test/audio_mapping_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-09 22:58:37 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-10 20:50:32 +0200
commitbad01065584014aee4024e7cbc4a66acac7617e1 (patch)
tree249c630c92a0347c3cd43dca1fdb5bb47c142bd3 /test/audio_mapping_test.cc
parent392d4e0acfa5e6e7fe162bdbf30127e162402e02 (diff)
Remove compose.hpp includes.
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
Diffstat (limited to 'test/audio_mapping_test.cc')
-rw-r--r--test/audio_mapping_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/audio_mapping_test.cc b/test/audio_mapping_test.cc
index d046a95d2..dfde022a0 100644
--- a/test/audio_mapping_test.cc
+++ b/test/audio_mapping_test.cc
@@ -26,7 +26,6 @@
#include "lib/audio_mapping.h"
-#include "lib/compose.hpp"
#include "lib/constants.h"
#include <boost/test/unit_test.hpp>
#include <fmt/format.h>