From ce62781cf907c078997d550fe4e880eaa0024c0e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Oct 2025 09:56:55 +0200 Subject: Cleanup: header ordering. --- src/lib/resampler.cc | 4 ++-- 1 file 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 #include #include -- cgit v1.2.3