summaryrefslogtreecommitdiff
path: root/src/lib/image_content.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-07 15:20:59 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-07 15:20:59 +0000
commit0973ea8c5ddc0a7463eaf0e2d0e267c525acbab5 (patch)
tree5ea48123a9b49eed2954e356bc63d67042bd612e /src/lib/image_content.cc
parent52b9a5f3edb119c19ce49c6885a7f3733d11f2e8 (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.cc3
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;