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/sourcelist.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/sourcelist.cc')
-rw-r--r-- | apt-pkg/sourcelist.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/sourcelist.cc b/apt-pkg/sourcelist.cc index e624bbec8..cb1287623 100644 --- a/apt-pkg/sourcelist.cc +++ b/apt-pkg/sourcelist.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: sourcelist.cc,v 1.21 2002/03/20 05:51:20 jgg Exp $ +// $Id: sourcelist.cc,v 1.22 2002/03/26 07:38:58 jgg Exp $ /* ###################################################################### List of Sources @@ -20,7 +20,7 @@ #include <apti18n.h> -#include <fstream.h> +#include <fstream> /*}}}*/ using namespace std; |