]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.cc
reorder includes: add <config.h> if needed and include it at first
[apt.git] / apt-pkg / init.cc
index 8f20c31df172b28e69ae89ec4139228453fe991f..97a39e96e8831318a7c189ed6979558749249d32 100644 (file)
@@ -8,14 +8,16 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include files                                                       /*{{{*/
+#include<config.h>
+
 #include <apt-pkg/init.h>
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/error.h>
 
-#include <apti18n.h>
-#include <config.h>
 #include <cstdlib>
 #include <sys/stat.h>
+
+#include <apti18n.h>
                                                                        /*}}}*/
 
 #define Stringfy_(x) # x