Cleanup: header ordering.
authorCarl Hetherington <cth@carlh.net>
Tue, 22 Aug 2023 21:11:04 +0000 (23:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 22 Aug 2023 21:11:04 +0000 (23:11 +0200)
src/subtitle_string.h

index 7e2415163014e51449de621462d174f0b043e0f2..4eb64a68a1e6ef0e9c95d6dcd28a4ec3dc7e3c39 100644 (file)
@@ -41,8 +41,8 @@
 #define LIBDCP_SUBTITLE_STRING_H
 
 
-#include "subtitle.h"
 #include "dcp_time.h"
+#include "subtitle.h"
 #include <boost/optional.hpp>
 #include <string>