From 90f057fdded3af992d2937f2b7b9a6a97447d0f1 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:58 +0000 Subject: Use std C++ header names for includes Author: jgg Date: 2002-03-26 07:38:57 GMT Use std C++ header names for includes --- apt-inst/contrib/extracttar.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-inst/contrib') diff --git a/apt-inst/contrib/extracttar.cc b/apt-inst/contrib/extracttar.cc index 95869fe4a..e0feaee12 100644 --- a/apt-inst/contrib/extracttar.cc +++ b/apt-inst/contrib/extracttar.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: extracttar.cc,v 1.4 2001/09/30 04:06:59 jgg Exp $ +// $Id: extracttar.cc,v 1.5 2002/03/26 07:38:58 jgg Exp $ /* ###################################################################### Extract a Tar - Tar Extractor @@ -30,7 +30,7 @@ #include #include #include -#include +#include /*}}}*/ // The on disk header for a tar file. -- cgit v1.2.3