A few missing checks on the return value of fopen_boost.
[dcpomatic.git] / src / lib / render_subtitles.h
index d83dc119a0d0a27de01e69eb6e9c957e098d5759..218b866e95cd238bcc96307b5ed0720267d52d43 100644 (file)
@@ -17,8 +17,8 @@
 
 */
 
+#include "position_image.h"
 #include <dcp/subtitle_string.h>
 #include <dcp/util.h>
-#include "position_image.h"
 
 PositionImage render_subtitles (std::list<dcp::SubtitleString>, dcp::Size);