]> git.sesse.net Git - nageru/blobdiff - quicksync_encoder.h
Re-run include-what-you-use.
[nageru] / quicksync_encoder.h
index 16fd3d179cd048a2d6b29e447d3209a673ecebca..9e1e9f944fabecb9c6c4173ae954dfd2360c570c 100644 (file)
@@ -29,8 +29,6 @@
 #include <epoxy/gl.h>
 #include <stdbool.h>
 #include <stdint.h>
-#include <atomic>
-#include <functional>
 #include <memory>
 #include <string>
 #include <vector>
@@ -39,10 +37,8 @@ extern "C" {
 #include <libavformat/avformat.h>
 }
 
-#include "ref_counted_frame.h"
 #include "ref_counted_gl_sync.h"
 
-class AudioEncoder;
 class DiskSpaceEstimator;
 class Mux;
 class QSurface;