Cleanup: move EqualityOptions into its own file.
[libdcp.git] / tools / dcpdiff.cc
index 336d09a5828fe718ef8492465898154c9c2cb5a1..3dace12adb1a00dcae366822ac6a1fdc30703fd5 100644 (file)
@@ -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"
 #include <boost/optional.hpp>
 #include <memory>
 #include <boost/filesystem.hpp>
-#include <boost/foreach.hpp>
 #include <iostream>
 #include <list>
 
+
 using std::list;
 using std::cerr;
 using std::cout;
@@ -161,7 +163,7 @@ main (int argc, char* argv[])
 
                switch (c) {
                case 'V':
-                       cout << "dcpdiff version " << LIBDCP_VERSION << "\n";
+                       cout << "dcpdiff version " << dcp::version << "\n";
                        exit (EXIT_SUCCESS);
                case 'h':
                        help (argv[0]);