]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cdrom.cc
reorder includes: add <config.h> if needed and include it at first
[apt.git] / apt-pkg / cdrom.cc
index 2a914c6654d6dec1f7b1979c1259aaa03b1aaabb..c432cf509a57df5f090908317e0e1cf6b39e46e9 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                  /*{{{*/