]> git.sesse.net Git - nageru/blobdiff - nageru/x264_speed_control.cpp
IWYU-fix nageru/*.cpp.
[nageru] / nageru / x264_speed_control.cpp
index 6ff3d24774c4f8f3b84e465df352c4ea15ef9e75..0c7e7e8632b689fd06460cc6dae7486a53f24d95 100644 (file)
@@ -3,15 +3,15 @@
 #include <dlfcn.h>
 #include <math.h>
 #include <stdio.h>
+#include <stdint.h>
 #include <x264.h>
 #include <algorithm>
 #include <chrono>
 #include <cmath>
-#include <ratio>
-#include <type_traits>
 
 #include "flags.h"
 #include "shared/metrics.h"
+#include "x264_dynamic.h"
 
 using namespace std;
 using namespace std::chrono;