diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-13 11:18:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-13 11:18:31 +0100 |
| commit | 0185ba27b0e9c52a173147c1380ec5f345109afc (patch) | |
| tree | 857df3c7f920312cccfa6a69cae7c709658a11c7 /src/lib/subtitle_encoder.h | |
| parent | 94d5ba335224db075a95a76654f732ef54a4eabd (diff) | |
More header trimming.
Diffstat (limited to 'src/lib/subtitle_encoder.h')
| -rw-r--r-- | src/lib/subtitle_encoder.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/subtitle_encoder.h b/src/lib/subtitle_encoder.h index a10e4ba47..17d658e62 100644 --- a/src/lib/subtitle_encoder.h +++ b/src/lib/subtitle_encoder.h @@ -19,11 +19,10 @@ */ -#include "types.h" -#include "player_text.h" #include "dcp_text_track.h" -#include "encoder.h" #include "dcpomatic_time.h" +#include "encoder.h" +#include "player_text.h" namespace dcp { |
