summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/resampler.cc4
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>