Tidying.
[dcpomatic.git] / src / lib / resampler.cc
index 056b2e1ee5c6416e779c7062f48346a858d77923..1918b9a557d9871b33e9530f7da5acc678fd1927 100644 (file)
 */
 
 
-#include "resampler.h"
 #include "audio_buffers.h"
-#include "exceptions.h"
 #include "compose.hpp"
 #include "dcpomatic_assert.h"
+#include "exceptions.h"
+#include "resampler.h"
 #include <samplerate.h>
 #include <iostream>
 #include <cmath>