]> git.saurik.com Git - apt.git/blobdiff - methods/mirror.cc
reorder includes: add <config.h> if needed and include it at first
[apt.git] / methods / mirror.cc
index 713dc211a1c8ecd103502ad4f419645749126c1c..768e6b3a3fe33714844f263738fc442a6e51df00 100644 (file)
@@ -8,6 +8,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/acquire-method.h>
 #include <apt-pkg/acquire-item.h>
@@ -33,7 +35,7 @@ using namespace std;
 
 #include "mirror.h"
 #include "http.h"
-#include "apti18n.h"
+#include <apti18n.h>
                                                                        /*}}}*/
 
 /* Done: