]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cdrom.cc
merge with debian/experimental
[apt.git] / apt-pkg / cdrom.cc
index df1ffedf23e11f6ea5f5cff361b8f68035bca312..392cd890e648d0d520741277f886ffc05ff0419a 100644 (file)
@@ -1,5 +1,6 @@
 /*
  */
+#include<config.h>
 
 #include<apt-pkg/init.h>
 #include<apt-pkg/error.h>
@@ -10,8 +11,6 @@
 
 #include<sstream>
 #include<fstream>
-#include<config.h>
-#include<apti18n.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <dirent.h>
@@ -22,6 +21,8 @@
 
 #include "indexcopy.h"
 
+#include<apti18n.h>
+
 using namespace std;
 
 // FindPackages - Find the package files on the CDROM                  /*{{{*/