]> git.sesse.net Git - nageru/blobdiff - x264_speed_control.h
Re-run include-what-you-use.
[nageru] / x264_speed_control.h
index af4513ea5a037ab596e7a016ed98fee1e1acf73b..b45e6c6de285c90e866293f0aa95e52258601b2a 100644 (file)
 // one does not need to patch x264 to use it in Nageru. It still could do with
 // some cleanup, but it's much, much better than just using a static preset.
 
-#include <stdio.h>
 #include <stdint.h>
-#include <string.h>
-#include <math.h>
 #include <chrono>
 #include <functional>