summaryrefslogtreecommitdiff
path: root/test/rgb_xyz_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-05 15:35:03 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-05 21:09:40 +0200
commitc96b513ba50e992b237a26fa9fc7eeeaf369635b (patch)
tree86181f6fa38727c6d011b03a6a8bca3c825c8f69 /test/rgb_xyz_test.cc
parenta43d2a3283c5e5dcbdb40154b5701deec7966fd5 (diff)
Tidying.
Diffstat (limited to 'test/rgb_xyz_test.cc')
-rw-r--r--test/rgb_xyz_test.cc13
1 files changed, 8 insertions, 5 deletions
diff --git a/test/rgb_xyz_test.cc b/test/rgb_xyz_test.cc
index 3e359c0c..8fd478b1 100644
--- a/test/rgb_xyz_test.cc
+++ b/test/rgb_xyz_test.cc
@@ -31,20 +31,23 @@
files in the program, then also delete it here.
*/
+
#include "rgb_xyz.h"
#include "openjpeg_image.h"
#include "colour_conversion.h"
#include "stream_operators.h"
-#include <boost/test/unit_test.hpp>
#include <boost/bind.hpp>
+#include <boost/random.hpp>
#include <boost/scoped_array.hpp>
+#include <boost/test/unit_test.hpp>
+
-using std::max;
-using std::list;
-using std::string;
using std::cout;
-using std::shared_ptr;
+using std::list;
using std::make_shared;
+using std::max;
+using std::shared_ptr;
+using std::string;
using boost::optional;
using boost::scoped_array;