]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
reorder includes: add <config.h> if needed and include it at first
[apt.git] / apt-pkg / algorithms.cc
index 8737c5334a50eb3049f28e829eab2afb7f49549c..d5652791c1a1964fe0d0f14c56aa7f1ce2ea0dda 100644 (file)
@@ -14,6 +14,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/algorithms.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/acquire-item.h>
 #include <apt-pkg/edsp.h>
 
-#include <apti18n.h>
 #include <sys/types.h>
 #include <cstdlib>
 #include <algorithm>
 #include <iostream>
-
 #include <stdio.h>
+
+#include <apti18n.h>
                                                                        /*}}}*/
 using namespace std;