diff options
Diffstat (limited to 'apt-pkg/contrib')
-rw-r--r-- | apt-pkg/contrib/cmndline.cc | 4 | ||||
-rw-r--r-- | apt-pkg/contrib/configuration.cc | 4 | ||||
-rw-r--r-- | apt-pkg/contrib/strutl.cc | 6 | ||||
-rw-r--r-- | apt-pkg/contrib/strutl.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/apt-pkg/contrib/cmndline.cc b/apt-pkg/contrib/cmndline.cc index ccacb9609..3c3717c99 100644 --- a/apt-pkg/contrib/cmndline.cc +++ b/apt-pkg/contrib/cmndline.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: cmndline.cc,v 1.8 1999/01/18 06:20:07 jgg Exp $ +// $Id: cmndline.cc,v 1.9 1999/01/27 02:48:52 jgg Exp $ /* ###################################################################### Command Line Class - Sophisticated command line parser @@ -13,7 +13,7 @@ #endif #include <apt-pkg/cmndline.h> #include <apt-pkg/error.h> -#include <strutl.h> +#include <apt-pkg/strutl.h> /*}}}*/ // CommandLine::CommandLine - Constructor /*{{{*/ diff --git a/apt-pkg/contrib/configuration.cc b/apt-pkg/contrib/configuration.cc index e03001f84..e702c26e6 100644 --- a/apt-pkg/contrib/configuration.cc +++ b/apt-pkg/contrib/configuration.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: configuration.cc,v 1.11 1999/01/18 06:20:07 jgg Exp $ +// $Id: configuration.cc,v 1.12 1999/01/27 02:48:52 jgg Exp $ /* ###################################################################### Configuration Class @@ -17,7 +17,7 @@ #endif #include <apt-pkg/configuration.h> #include <apt-pkg/error.h> -#include <strutl.h> +#include <apt-pkg/strutl.h> #include <stdio.h> #include <fstream.h> diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index 6a90b2b88..e0188e3b8 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: strutl.cc,v 1.17 1999/01/18 06:20:08 jgg Exp $ +// $Id: strutl.cc,v 1.18 1999/01/27 02:48:52 jgg Exp $ /* ###################################################################### String Util - Some usefull string functions. @@ -16,10 +16,10 @@ /*}}}*/ // Includes /*{{{*/ #ifdef __GNUG__ -#pragma implementation "strutl.h" +#pragma implementation "apt-pkg/strutl.h" #endif -#include <strutl.h> +#include <apt-pkg/strutl.h> #include <apt-pkg/fileutl.h> #include <ctype.h> diff --git a/apt-pkg/contrib/strutl.h b/apt-pkg/contrib/strutl.h index 10d835ba3..e9a31f144 100644 --- a/apt-pkg/contrib/strutl.h +++ b/apt-pkg/contrib/strutl.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: strutl.h,v 1.10 1998/11/04 07:11:14 jgg Exp $ +// $Id: strutl.h,v 1.11 1999/01/27 02:48:53 jgg Exp $ /* ###################################################################### String Util - These are some usefull string functions @@ -17,7 +17,7 @@ #define STRUTL_H #ifdef __GNUG__ -#pragma interface "strutl.h" +#pragma interface "apt-pkg/strutl.h" #endif #include <stdlib.h> |