From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id D65484214F for ; Wed, 23 Feb 2022 14:30:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 34B6F68B26E; Wed, 23 Feb 2022 16:30:04 +0200 (EET) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DEC8568B12A for ; Wed, 23 Feb 2022 16:29:56 +0200 (EET) Received: by mail-wm1-f45.google.com with SMTP id i20so3481901wmc.3 for ; Wed, 23 Feb 2022 06:29:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=martin-st.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=bM/6NNJG+GD9EGmkHJ6m/fB64pRHtNblPASg6MnTXN4=; b=JFVEYkcbv5DpGbIUYR7c5/CLmFXdy056twtzNT5CtxsUU0IAcjAUBou4NpGkEPpjIb FPZ9bf75MH3ggar8Q1a4p3VfUa/jxhLAgrPEwSrZWWN6QCoFRLhgzWtTntF7+iT/IDJ+ tG+YxM9HoaNfJKb2DpmVBtJN5yxCf2DLcfvtlXZwiBmTmPeL2zzkZ006lQ/0i4aG7rrP cluyFcyKeNLD8615jAhbANjuzS5hN6oi9yYzRwlNZvYiSmRApRHAT1hP56hfLyO8Md1u n8UGGvYdYGYP/BEvlUWSqEXNoMgrXyHsO2AboTntRV9iw4vMvuPNdwj1KPRxecydcDpV oY+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bM/6NNJG+GD9EGmkHJ6m/fB64pRHtNblPASg6MnTXN4=; b=MPD7tm0/N4mZgk9UvcjbPrdP1D958TgyX4o5m3MGNfYOjhURB4eFkugQ5Zix9NYgg0 HrhxD3HJEU3q6O8O+uFMirMgNmeWek1fr7pDVEHYDLFlubkdrEv3d6TCgTdzrFwsA2bt FyAIUJV7kPi+Le0iVf8DmF58G+fy5zfeynS6AGOMXlkuLGLOV136hd6H/+3cqLc9BJi+ 3QON0GrnsbrlxXzpXG8XVqG444gf6ewlUY2GdAR1cjAWXlmJKdkHS5C3LK6QJJKNPWqd sKvPL1rtRNdXOXiyTDNQB4tYWj2pDNQJqd/VUF6F16oz4iiQBfA9mgYN1+oDLmnlMJH0 dL4g== X-Gm-Message-State: AOAM533/Gb8sIA6Tr1zpCfDw4RmWF9WWovAUffR+LKg3cOdavHkTd8LH EcWiehb3MNd5+GT9wC2SMn/s6TYx9c2nRXLp X-Google-Smtp-Source: ABdhPJz3y8Ga36NuCIo239xg40mk8ajvZGOJcbkTfR4sVRaD/VtXrWv6fjXGNR3VDJGpPgQKgmFGKQ== X-Received: by 2002:a05:600c:4e47:b0:37f:d688:90d1 with SMTP id e7-20020a05600c4e4700b0037fd68890d1mr47253wmq.18.1645626596277; Wed, 23 Feb 2022 06:29:56 -0800 (PST) Received: from localhost (host-97-187.parnet.fi. [77.234.97.187]) by smtp.gmail.com with ESMTPSA id o3-20020a05600c4fc300b0037bea2f9775sm5893495wmq.25.2022.02.23.06.29.55 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 23 Feb 2022 06:29:55 -0800 (PST) From: =?UTF-8?q?Martin=20Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Wed, 23 Feb 2022 16:29:41 +0200 Message-Id: <20220223142951.40366-4-martin@martin.st> X-Mailer: git-send-email 2.32.0 (Apple Git-132) In-Reply-To: <20220223142951.40366-1-martin@martin.st> References: <20220223142951.40366-1-martin@martin.st> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 03/13] libavformat: Remove unnecessary includes of version.h X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: This header probably has used defines like FF_API_* before, but no longer do that, and doesn't directly seem to use anything else from that header either. --- libavformat/url.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/url.h b/libavformat/url.h index a129150d76..3cfe3ecc5c 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -25,7 +25,6 @@ #define AVFORMAT_URL_H #include "avio.h" -#include "libavformat/version.h" #include "libavutil/dict.h" #include "libavutil/log.h" -- 2.32.0 (Apple Git-132) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".