]> git.saurik.com Git - apt.git/blobdiff - methods/http.cc
reorder includes: add <config.h> if needed and include it at first
[apt.git] / methods / http.cc
index 13f9cbe0613a01d4c102961efc6a15248c6343e8..e505b816eb5d2afa58f75596d7099920d0e78a29 100644 (file)
@@ -25,6 +25,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/acquire-method.h>
 #include <apt-pkg/error.h>
@@ -41,8 +43,6 @@
 #include <string.h>
 #include <iostream>
 #include <map>
-#include <apti18n.h>
-
 
 // Internet stuff
 #include <netdb.h>
@@ -51,6 +51,8 @@
 #include "connect.h"
 #include "rfc2553emu.h"
 #include "http.h"
+
+#include <apti18n.h>
                                                                        /*}}}*/
 using namespace std;