diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:58 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:58 +0000 |
commit | 90f057fdded3af992d2937f2b7b9a6a97447d0f1 (patch) | |
tree | 8aa11ca8cc53042532b1e31f2ec340f1277a1cd0 /apt-pkg/algorithms.cc | |
parent | 877d310f1af44e2acf8d12fe4a3341e5562e74bc (diff) |
Use std C++ header names for includes
Author: jgg
Date: 2002-03-26 07:38:57 GMT
Use std C++ header names for includes
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r-- | apt-pkg/algorithms.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index 2dd9aaaf1..86ced3057 100644 --- a/apt-pkg/algorithms.cc +++ b/apt-pkg/algorithms.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: algorithms.cc,v 1.37 2001/12/26 06:47:37 jgg Exp $ +// $Id: algorithms.cc,v 1.38 2002/03/26 07:38:58 jgg Exp $ /* ###################################################################### Algorithms - A set of misc algorithms @@ -24,7 +24,7 @@ #include <apti18n.h> -#include <iostream.h> +#include <iostream> /*}}}*/ pkgProblemResolver *pkgProblemResolver::This = 0; |