]> git.sesse.net Git - nageru/blobdiff - x264_speed_control.cpp
Re-run include-what-you-use.
[nageru] / x264_speed_control.cpp
index f201f80066fab4d9c048af9399d3df668c84fae6..141813203c61e4ae1e6d2ff0b5cb585ab2b8a5a7 100644 (file)
@@ -1,11 +1,15 @@
 #include "x264_speed_control.h"
 
-#include "flags.h"
-
-#include <time.h>
-
+#include <math.h>
+#include <stdio.h>
+#include <x264.h>
 #include <algorithm>
 #include <chrono>
+#include <cmath>
+#include <ratio>
+#include <type_traits>
+
+#include "flags.h"
 
 using namespace std;
 using namespace std::chrono;