diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-16 14:11:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-16 14:11:32 +0200 |
| commit | 81b7a682585d35e8077feffef28d605bef746107 (patch) | |
| tree | afcef7af66b57c0f4def04e54011344f584422c7 /tools | |
| parent | 3b95566292358924dabb7b11d0abcb849c68769b (diff) | |
Move {HTML/Text}Formatter out to their own files.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpverify.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dcpverify.cc b/tools/dcpverify.cc index 59727895..bff3fde3 100644 --- a/tools/dcpverify.cc +++ b/tools/dcpverify.cc @@ -35,7 +35,9 @@ #include "common.h" #include "compose.hpp" #include "filesystem.h" +#include "html_formatter.h" #include "raw_convert.h" +#include "text_formatter.h" #include "verify.h" #include "verify_report.h" #include "version.h" |
