]> git.saurik.com Git - apt.git/blobdiff - apt-inst/extract.cc
* Patch from Eric Wong <normalperson@yhbt.net> to inclu...
[apt.git] / apt-inst / extract.cc
index 437cfbb55e4d2a6e633c6a606cb6c65c4716288f..d06cd57f51176ce2aa2ed6b98ae5b41b72a0af9a 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.7 2004/01/07 20:39:37 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;