]> git.saurik.com Git - apt.git/blobdiff - cmdline/indexcopy.cc
Use std C++ header names for includes
[apt.git] / cmdline / indexcopy.cc
index 48edb143accb08c9160c29c0b5f743671c507b5d..3ce12a94b2f5cea08bc56f90b3670bedf0b6bbd2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: indexcopy.cc,v 1.9 2001/08/18 22:20:40 jgg Exp $
+// $Id: indexcopy.cc,v 1.10 2002/03/26 07:38:58 jgg Exp $
 /* ######################################################################
 
    Index Copying - Aid for copying and verifying the index files
@@ -19,7 +19,7 @@
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/tagfile.h>
 
-#include <iostream.h>
+#include <iostream>
 #include <unistd.h>
 #include <sys/stat.h>
 #include <stdio.h>