Fix slightly odd #includes of image_filename_sorter.cc
[dcpomatic.git] / src / lib / image_content.cc
index dc1efa965744ca7fcbe238fcce2183e51cda57e0..c415f933dd637c696a57ce07ef23863e233d65c0 100644 (file)
@@ -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;