Tidying.
[libdcp.git] / tools / common.h
index cea183db7c6dbcac402a3e39631674da198ebe4c..dc8d115c0f1b292cd88d225d2ea4d175d5e0cff9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     along with libdcp.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "exceptions.h"
+#include "verify.h"
 
 namespace dcp {
 
-extern void filter_errors (std::list<boost::shared_ptr<DCPReadError> >& errors, bool ignore_missing_assets);
+extern void filter_notes (std::vector<dcp::VerificationNote>& notes, bool ignore_missing_assets);
 
 }