Tidying.
[dcpomatic.git] / src / lib / string_text_file_content.cc
index 2ce343f2edb4d700eabff7c8c8916aa52bf1a4af..da31dfc1c52ee8b9bc25920bc0439c12e49fa5cc 100644 (file)
 */
 
 
-#include "string_text_file_content.h"
-#include "util.h"
-#include "string_text_file.h"
 #include "film.h"
 #include "font.h"
+#include "string_text_file.h"
+#include "string_text_file_content.h"
 #include "text_content.h"
+#include "util.h"
 #include <dcp/raw_convert.h>
 #include <libxml++/libxml++.h>
 #include <iostream>