diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-22 23:11:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-22 23:11:04 +0200 |
| commit | ac5445d9ee7dbb6fd7dda08f965c661b01e26c90 (patch) | |
| tree | 3ab6d0a33998fac5fe105097ac60e4966e77bab2 /src/subtitle_string.h | |
| parent | 81c45ece2d2ec3cb38739caa8a60b1305ca2eb39 (diff) | |
Cleanup: header ordering.
Diffstat (limited to 'src/subtitle_string.h')
| -rw-r--r-- | src/subtitle_string.h | 2 |
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> |
