diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-20 01:44:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-20 01:44:30 +0200 |
| commit | 2e2f11b29651cffe37c64275dbd45c7563310020 (patch) | |
| tree | 6e5c8a8e2cde776335cde438a0f4e94aa42c1e38 /src/lib/audio_decoder.h | |
| parent | 185756ffbbba5d2b356860e75232fec9582c5800 (diff) | |
Assorted tidying.
Diffstat (limited to 'src/lib/audio_decoder.h')
| -rw-r--r-- | src/lib/audio_decoder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h index 754321880..81b48b73c 100644 --- a/src/lib/audio_decoder.h +++ b/src/lib/audio_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -28,9 +28,9 @@ #define DCPOMATIC_AUDIO_DECODER_H -#include "decoder.h" -#include "content_audio.h" #include "audio_stream.h" +#include "content_audio.h" +#include "decoder.h" #include "decoder_part.h" #include <boost/signals2.hpp> |
