diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-25 14:58:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:21:39 +0200 |
| commit | 51e97eb90d68f101cbcac720c1a30d1a55874a1b (patch) | |
| tree | 73cac1abda9e0f83df363d710095842056803a08 /src/subtitle.cc | |
| parent | a1e7f77e8fcfd71cc8bf94d13ceb2decbacc3b50 (diff) | |
Cleanup: include sorting.
Diffstat (limited to 'src/subtitle.cc')
| -rw-r--r-- | src/subtitle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle.cc b/src/subtitle.cc index 65ea9ff5..ecf36464 100644 --- a/src/subtitle.cc +++ b/src/subtitle.cc @@ -38,8 +38,8 @@ #include "compose.hpp" -#include "subtitle.h" #include "dcp_time.h" +#include "subtitle.h" using std::shared_ptr; |
