]> git.sesse.net Git - nageru/commitdiff
Some random #include fixing.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 1 Mar 2024 13:29:54 +0000 (14:29 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 1 Mar 2024 13:29:54 +0000 (14:29 +0100)
nageru/ffmpeg_capture.cpp
nageru/main.cpp

index 49f37cf351fd0e0df056d8f17ffc4f95338fe897..1a9a295cd28d988233821294116ebf9ff2f50abf 100644 (file)
@@ -36,7 +36,6 @@ extern "C" {
 #include "shared/ffmpeg_raii.h"
 #include "ffmpeg_util.h"
 #include "flags.h"
-#include "image_input.h"
 #include "ref_counted_frame.h"
 #include "shared/timebase.h"
 
index 9b26426fb0a9e2e81111d9f62260df95b791b500..cbf66e6fbcccbf029e1a1153c8ce7d54f629e3d5 100644 (file)
@@ -30,7 +30,6 @@ extern "C" {
 #endif
 #include "shared/context.h"
 #include "flags.h"
-#include "image_input.h"
 #include "mainwindow.h"
 #include "mixer.h"
 #include "quicksync_encoder.h"