summaryrefslogtreecommitdiff
path: root/apt-inst/dirstream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apt-inst/dirstream.cc')
-rw-r--r--apt-inst/dirstream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-inst/dirstream.cc b/apt-inst/dirstream.cc
index 721041fe5..3821156e2 100644
--- a/apt-inst/dirstream.cc
+++ b/apt-inst/dirstream.cc
@@ -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.4 2004/01/07 20:39:37 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 /*{{{*/