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_content.cc | |
| parent | 52b9a5f3edb119c19ce49c6885a7f3733d11f2e8 (diff) | |
Fix slightly odd #includes of image_filename_sorter.cc
Diffstat (limited to 'src/lib/image_content.cc')
| -rw-r--r-- | src/lib/image_content.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/image_content.cc b/src/lib/image_content.cc index dc1efa965..c415f933d 100644 --- a/src/lib/image_content.cc +++ b/src/lib/image_content.cc @@ -25,6 +25,7 @@ #include "frame_rate_change.h" #include "exceptions.h" #include "safe_stringstream.h" +#include "image_filename_sorter.h" #include <libcxml/cxml.h> #include <libxml++/libxml++.h> #include <boost/foreach.hpp> @@ -32,8 +33,6 @@ #include "i18n.h" -#include "image_filename_sorter.cc" - using std::string; using std::cout; using boost::shared_ptr; |
