Rename everything.
[libdcp.git] / test / rewrite_subs.cc
index 0a6f4c6cc171e64e676665ede800dd7966d3d6ec..11033a5e3d40accb017ab1ad384fcfc3bbbffc13 100644 (file)
     files in the program, then also delete it here.
 */
 
-#include <iostream>
-#include "dcp.h"
+
 #include "cpl.h"
+#include "dcp.h"
+#include "exceptions.h"
 #include "reel.h"
-#include "subtitle_asset.h"
 #include "reel_subtitle_asset.h"
-#include "exceptions.h"
+#include "text_asset.h"
+#include <iostream>
+
 
 using std::cout;
 using std::cerr;