Fix slightly odd #includes of image_filename_sorter.cc
[dcpomatic.git] / src / lib / image_filename_sorter.cc
index 143daed7187d2c720b306de800f6250875e1d164..112077f55fa3d0b43f908e60d7a21452dc2cb4e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2016 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 */
 
-#include <iostream>
+#include "raw_convert.h"
 #include <boost/filesystem.hpp>
-#include <boost/optional.hpp>
 #include <boost/foreach.hpp>
-#include "raw_convert.h"
+#include <iostream>
 
 class ImageFilenameSorter
 {