diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:46 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:46 +0000 |
commit | 094a497dd2dba1f47157e07d57f97c338a5ddaa0 (patch) | |
tree | f9ad4e0a4cd981b0c070dc1610f2a0cba562dfc5 /apt-pkg/pkgcachegen.cc | |
parent | fb9ebfdb9af6f397270276e385acae0b01802b47 (diff) |
First draft of make system and name change to apt-pkg
Author: jgg
Date: 1998-07-12 23:58:20 GMT
First draft of make system and name change to apt-pkg
Diffstat (limited to 'apt-pkg/pkgcachegen.cc')
-rw-r--r-- | apt-pkg/pkgcachegen.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apt-pkg/pkgcachegen.cc b/apt-pkg/pkgcachegen.cc index 3e37c74f3..e0f8f3a19 100644 --- a/apt-pkg/pkgcachegen.cc +++ b/apt-pkg/pkgcachegen.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: pkgcachegen.cc,v 1.8 1998/07/09 05:12:27 jgg Exp $ +// $Id: pkgcachegen.cc,v 1.9 1998/07/12 23:58:34 jgg Exp $ /* ###################################################################### Package Cache Generator - Generator for the cache structure. @@ -11,12 +11,12 @@ /*}}}*/ // Include Files /*{{{*/ #ifdef __GNUG__ -#pragma implementation "pkglib/pkgcachegen.h" +#pragma implementation "apt-pkg/pkgcachegen.h" #endif -#include <pkglib/pkgcachegen.h> -#include <pkglib/error.h> -#include <pkglib/version.h> +#include <apt-pkg/pkgcachegen.h> +#include <apt-pkg/error.h> +#include <apt-pkg/version.h> #include <strutl.h> #include <sys/stat.h> |