commit: caeaa3c9f5c271b4ca02f8d597fcc765fa861a0f Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Dec 13 07:23:15 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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 <grobian <AT> 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 - <[email protected]> @@ -16,7 +16,6 @@ #include <fcntl.h> #include "basename.h" -#include "copy_file.h" #include "safe_io.h" #include "scandirat.h" #include "xpak.h"
