]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
Do not check for free space if --no-dowload is set
[apt.git] / cmdline / apt-cache.cc
index c82964d182f8bddd1346dfa4375c852e23b33bca..6acb62cc6bc5fc117d6cd1701aa25eb73c292c38 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-cache.cc,v 1.57 2002/03/20 05:51:52 jgg Exp $
+// $Id: apt-cache.cc,v 1.58 2002/03/26 07:38:58 jgg Exp $
 /* ######################################################################
    
    apt-cache - Manages the cache files
@@ -32,7 +32,7 @@
 #include <apti18n.h>
 
 #include <locale.h>
-#include <iostream.h>
+#include <iostream>
 #include <unistd.h>
 #include <errno.h>
 #include <regex.h>