diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:30 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:30 +0000 |
commit | cdcc6d34b0256aa5efe159351bb24b2e28ed143b (patch) | |
tree | 3623032519608d66e048c9108af410abd7410baa /apt-pkg/contrib/configuration.cc | |
parent | ed3dc989ebabe915888de3ffd83cbe5be0f99444 (diff) |
Moved strutl.h
Author: jgg
Date: 1999-01-27 02:48:52 GMT
Moved strutl.h
Diffstat (limited to 'apt-pkg/contrib/configuration.cc')
-rw-r--r-- | apt-pkg/contrib/configuration.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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> |