]> git.saurik.com Git - apt.git/blobdiff - apt-inst/dirstream.cc
* another bug in QueueNextDiff fixed
[apt.git] / apt-inst / dirstream.cc
index 721041fe5282b132fd66f3e8051af51cd3fd8f8b..a8a4d9c0d628187d46ad51a827da9c8cc1eb0f57 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: dirstream.cc,v 1.3 2003/02/10 00:36:12 doogie Exp $
+// $Id: dirstream.cc,v 1.3.2.1 2004/01/16 18:58:50 mdz Exp $
 /* ######################################################################
 
    Directory Stream 
@@ -15,7 +15,6 @@
 #pragma implementation "apt-pkg/dirstream.h"
 #endif
 
-#include <apti18n.h>
 #include <apt-pkg/dirstream.h>
 #include <apt-pkg/error.h>
 
@@ -25,6 +24,7 @@
 #include <errno.h>
 #include <utime.h>
 #include <unistd.h>
+#include <apti18n.h>
                                                                        /*}}}*/
 
 // DirStream::DoItem - Process an item                                 /*{{{*/