From eed2cd4f322f6ea6ae7b1db6f44d0bc5273b6f1f Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 14 Nov 2025 10:00:44 +0100 Subject: [PATCH] video_capture_params.cpp: IWYU --- src/video_capture_params.cpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/video_capture_params.cpp b/src/video_capture_params.cpp index db37e3937..d77d16f26 100644 --- a/src/video_capture_params.cpp +++ b/src/video_capture_params.cpp @@ -5,7 +5,7 @@ * @ingroup vidcap */ /* - * Copyright (c) 2013-2023 CESNET z.s.p.o. + * Copyright (c) 2013-2025 CESNET, zájmové sdružení právnických osob * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -37,16 +37,13 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#include "config_unix.h" -#include "config_win32.h" -#endif +#include "video_capture_params.h" +#include // for free, calloc +#include // for strdup, NULL, strchr #include #include "utils/config_file.h" -#include "video_capture_params.h" using namespace std;