diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-07 15:20:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-07 15:20:59 +0000 |
| commit | 0973ea8c5ddc0a7463eaf0e2d0e267c525acbab5 (patch) | |
| tree | 5ea48123a9b49eed2954e356bc63d67042bd612e /src/lib/image_filename_sorter.cc | |
| parent | 52b9a5f3edb119c19ce49c6885a7f3733d11f2e8 (diff) | |
Fix slightly odd #includes of image_filename_sorter.cc
Diffstat (limited to 'src/lib/image_filename_sorter.cc')
| -rw-r--r-- | src/lib/image_filename_sorter.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/image_filename_sorter.cc b/src/lib/image_filename_sorter.cc index 143daed71..112077f55 100644 --- a/src/lib/image_filename_sorter.cc +++ b/src/lib/image_filename_sorter.cc @@ -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 @@ -17,11 +17,10 @@ */ -#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 { |
