From b22b0f8e945c5a0b9e738eb982b61aa70b88ed1d Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 1 Mar 2024 14:29:54 +0100 Subject: [PATCH] Some random #include fixing. --- nageru/ffmpeg_capture.cpp | 1 - nageru/main.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/nageru/ffmpeg_capture.cpp b/nageru/ffmpeg_capture.cpp index 49f37cf..1a9a295 100644 --- a/nageru/ffmpeg_capture.cpp +++ b/nageru/ffmpeg_capture.cpp @@ -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" diff --git a/nageru/main.cpp b/nageru/main.cpp index 9b26426..cbf66e6 100644 --- a/nageru/main.cpp +++ b/nageru/main.cpp @@ -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" -- 2.39.2