]> git.sesse.net Git - nageru/blobdiff - benchmark_audio_mixer.cpp
Re-run include-what-you-use.
[nageru] / benchmark_audio_mixer.cpp
index 8fe4710cbc8e834b4f84f6ca44a67309db7c28a1..4b8f84a93ef0458dffa25d8806a54564afa2400e 100644 (file)
@@ -2,12 +2,21 @@
 // with the default settings, feeds some white noise to the inputs and
 // runs a while. Useful for e.g. profiling.
 
-#include <stdio.h>
+#include <assert.h>
+#include <bmusb/bmusb.h>
 #include <stdint.h>
-#include <vector>
+#include <stdio.h>
+#include <algorithm>
 #include <chrono>
+#include <cmath>
+#include <ratio>
+#include <vector>
+
 #include "audio_mixer.h"
 #include "db.h"
+#include "defs.h"
+#include "input_mapping.h"
+#include "resampling_queue.h"
 #include "timebase.h"
 
 #define NUM_BENCHMARK_CARDS 4