summaryrefslogtreecommitdiff
path: root/src/lib/text_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-09 01:49:10 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-09 21:29:57 +0200
commitfe5bed524942c1ffc157f8a5ef59f5d291789891 (patch)
treecf3ed3ed7672ab3c38673fa0d15927d80ed0c5d2 /src/lib/text_decoder.cc
parentbb07c53c501365b6380ae2c7e1a149b955d13d4d (diff)
Replace String::compose with fmt.
Diffstat (limited to 'src/lib/text_decoder.cc')
-rw-r--r--src/lib/text_decoder.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/text_decoder.cc b/src/lib/text_decoder.cc
index 52d6c58d3..c159c00ca 100644
--- a/src/lib/text_decoder.cc
+++ b/src/lib/text_decoder.cc
@@ -19,7 +19,6 @@
*/
-#include "compose.hpp"
#include "dcpomatic_log.h"
#include "log.h"
#include "text_content.h"