X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9c14e3d619e713aefa623986b5bbae81a1d6cc94..118a5e95e00908ec20759a240416c3775fddbf57:/apt-pkg/sourcelist.h diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index 43739fbcd..57a648b97 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: sourcelist.h,v 1.2 1998/07/09 05:12:31 jgg Exp $ +// $Id: sourcelist.h,v 1.3 1998/07/12 23:58:38 jgg Exp $ /* ###################################################################### SourceList - Manage a list of sources @@ -17,10 +17,10 @@ #include #include #include -#include +#include #ifdef __GNUG__ -#pragma interface "pkglib/sourcelist.h" +#pragma interface "apt-pkg/sourcelist.h" #endif class pkgAquire;