summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-23 16:30:01 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-23 17:35:02 +0100
commit52d807654169d6443909c1d5dd20a155801faa26 (patch)
tree727774d21ea1f4b54ccd61a09127894cb8d572ef /src/dcp.h
parenta6ccc587277b848b4a60c07456b11eb1b076d181 (diff)
Remove String::compose and use fmt instead.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 9f4c93de..8c2ac34a 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -43,7 +43,6 @@
#include "asset_map.h"
#include "certificate.h"
-#include "compose.hpp"
#include "metadata.h"
#include "name_format.h"
#include "util.h"