C++11 tidying.
[dcpomatic.git] / src / lib / position_image.cc
index c342e1866a8e9312cb87b9e050d1c19a9b0c98cd..9ba2e9c3f9f2d2fdb343bc4fb98e7c0fb1ceed66 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "position_image.h"
 #include "image.h"
-#include <iostream>
 
-using std::cout;
 
 bool
 PositionImage::same (PositionImage const & other) const