]> git.sesse.net Git - nageru/blobdiff - resampler.cpp
Re-run IWYU, again with lots of manual cleanup.
[nageru] / resampler.cpp
index ddcc229b6d984c74cbcb8d5b72726da54fc918a9..138f837250f154c35b42031654cdc15e8e19b3b0 100644 (file)
 
 #include "resampler.h"
 
+#include <math.h>
+#include <stddef.h>
 #include <stdio.h>
 #include <string.h>
-#include <math.h>
 #include <zita-resampler/vresampler.h>
 
 Resampler::Resampler(unsigned freq_in, unsigned freq_out, unsigned num_channels)