]> git.saurik.com Git - apt.git/blobdiff - apt-inst/extract.cc
* debug support (Debug::pkgAcquire::RRed) for rred method added
[apt.git] / apt-inst / extract.cc
index 437cfbb55e4d2a6e633c6a606cb6c65c4716288f..2568ed99ff63135bd515809edba638747ec9bb10 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: extract.cc,v 1.6 2003/02/10 00:36:12 doogie Exp $
+// $Id: extract.cc,v 1.6.2.1 2004/01/16 18:58:50 mdz Exp $
 /* ######################################################################
 
    Archive Extraction Directory Stream
@@ -47,7 +47,6 @@
 #ifdef __GNUG__
 #pragma implementation "apt-pkg/extract.h"
 #endif
-#include <apti18n.h>
 #include <apt-pkg/extract.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/debversion.h>
@@ -58,6 +57,7 @@
 #include <errno.h>
 #include <dirent.h>
 #include <iostream>
+#include <apti18n.h>
                                                                        /*}}}*/
 using namespace std;