diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-09 22:58:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-10 20:50:32 +0200 |
| commit | bad01065584014aee4024e7cbc4a66acac7617e1 (patch) | |
| tree | 249c630c92a0347c3cd43dca1fdb5bb47c142bd3 /src/wx/content_panel.cc | |
| parent | 392d4e0acfa5e6e7fe162bdbf30127e162402e02 (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 'src/wx/content_panel.cc')
| -rw-r--r-- | src/wx/content_panel.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 218dd2c36..06a257dbb 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -34,7 +34,6 @@ #include "wx_variant.h" #include "lib/audio_content.h" #include "lib/case_insensitive_sorter.h" -#include "lib/compose.hpp" #include "lib/config.h" #include "lib/content_factory.h" #include "lib/cross.h" |
