From d21b1e6f9cbf10148b38e1bc3ca3d4920e39a432 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jul 2023 15:28:11 +0200 Subject: Cleanup: move EqualityOptions into its own file. --- tools/dcpdiff.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index a7138b67..3dace12a 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -31,7 +31,9 @@ files in the program, then also delete it here. */ + #include "dcp.h" +#include "equality_options.h" #include "exceptions.h" #include "common.h" #include "mxf.h" @@ -42,6 +44,7 @@ #include #include + using std::list; using std::cerr; using std::cout; -- cgit v1.2.3