From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5463158086 for ; Mon, 13 Dec 2021 08:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A6712BC031; Mon, 13 Dec 2021 08:39:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32B802BC032 for ; Mon, 13 Dec 2021 08:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CC8834353B for ; Mon, 13 Dec 2021 08:39:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1256123B for ; Mon, 13 Dec 2021 08:39:40 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1639380195.caeaa3c9f5c271b4ca02f8d597fcc765fa861a0f.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: qxpak.c X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: caeaa3c9f5c271b4ca02f8d597fcc765fa861a0f X-VCS-Branch: master Date: Mon, 13 Dec 2021 08:39:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47214537-6f51-45b2-ae06-44bb260c0ba1 X-Archives-Hash: a3e9d6818bba36e89e688dd061bf7396 commit: caeaa3c9f5c271b4ca02f8d597fcc765fa861a0f Author: Fabian Groffen gentoo org> AuthorDate: Mon Dec 13 07:23:15 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Dec 13 07:23:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=caeaa3c9 qxpak: drop unnecessary include Signed-off-by: Fabian Groffen gentoo.org> qxpak.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qxpak.c b/qxpak.c index 92c0dda..7a99df2 100644 --- a/qxpak.c +++ b/qxpak.c @@ -1,5 +1,5 @@ /* - * Copyright 2005-2019 Gentoo Foundation + * Copyright 2005-2021 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2010 Ned Ludd - @@ -16,7 +16,6 @@ #include #include "basename.h" -#include "copy_file.h" #include "safe_io.h" #include "scandirat.h" #include "xpak.h"