diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-14 16:14:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-15 22:33:26 +0200 |
| commit | cf2dbc15457cb794d5d1ec16207d98b18f3d0b0f (patch) | |
| tree | c78f79a5551cb67b266b19b848392631695d53ee /src/lib/decoder.cc | |
| parent | 8dc6f6cd770a9f7fc7f9a302698c2416544146b8 (diff) | |
Cleanup: header sorting.
Diffstat (limited to 'src/lib/decoder.cc')
| -rw-r--r-- | src/lib/decoder.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/decoder.cc b/src/lib/decoder.cc index 7088a25d1..ba9b4de32 100644 --- a/src/lib/decoder.cc +++ b/src/lib/decoder.cc @@ -19,10 +19,11 @@ */ -#include "decoder.h" -#include "video_decoder.h" #include "audio_decoder.h" +#include "dcpomatic_log.h" +#include "decoder.h" #include "text_decoder.h" +#include "video_decoder.h" #include <boost/optional.hpp> #include <iostream> |
