summaryrefslogtreecommitdiff
path: root/src/subtitle_string.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-22 23:11:04 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-22 23:11:04 +0200
commitac5445d9ee7dbb6fd7dda08f965c661b01e26c90 (patch)
tree3ab6d0a33998fac5fe105097ac60e4966e77bab2 /src/subtitle_string.h
parent81c45ece2d2ec3cb38739caa8a60b1305ca2eb39 (diff)
Cleanup: header ordering.
Diffstat (limited to 'src/subtitle_string.h')
-rw-r--r--src/subtitle_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_string.h b/src/subtitle_string.h
index 7e241516..4eb64a68 100644
--- a/src/subtitle_string.h
+++ b/src/subtitle_string.h
@@ -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>