diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-21 09:56:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-22 21:13:50 +0200 |
| commit | ce62781cf907c078997d550fe4e880eaa0024c0e (patch) | |
| tree | 1e001c817f44251dd4eef5faf002475b346bf6c2 | |
| parent | 46980fff17af279478e43f68420bbe9a2b19fda9 (diff) | |
Cleanup: header ordering.
| -rw-r--r-- | src/lib/resampler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/resampler.cc b/src/lib/resampler.cc index a23f771c4..80fb27adb 100644 --- a/src/lib/resampler.cc +++ b/src/lib/resampler.cc @@ -19,10 +19,10 @@ */ -#include "resampler.h" #include "audio_buffers.h" -#include "exceptions.h" #include "dcpomatic_assert.h" +#include "exceptions.h" +#include "resampler.h" #include <samplerate.h> #include <iostream> #include <cmath> |
