From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 10 Dec 2019 02:56:43 +0300 From: "Dmitry V. Levin" To: ALT Devel discussion list Message-ID: <20191209235643.GA15867@altlinux.org> References: <20191209235406.GA15810@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191209235406.GA15810@altlinux.org> Subject: [devel] [PATCH apt 1/3] apt-pkg/cacheiterators.h: revert #include X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2019 23:56:43 -0000 Archived-At: List-Archive: List-Post: Commit 6d5e6a689d07de8feef2cbecb24bc42d5994861b aka 0.5.15lorg2-alt70~9 among other changes added #include without any reason whatsoever. Fixes: 6d5e6a68 ("apt-pkg/pkgcachegen.{cc,h} changes") --- apt/apt-pkg/cacheiterators.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/apt/apt-pkg/cacheiterators.h b/apt/apt-pkg/cacheiterators.h index bad1e11..9dffeb3 100644 --- a/apt/apt-pkg/cacheiterators.h +++ b/apt/apt-pkg/cacheiterators.h @@ -34,8 +34,6 @@ #pragma interface "apt-pkg/cacheiterators.h" #endif -#include - // Package Iterator class pkgCache::PkgIterator { -- ldv