reorder includes: add <config.h> if needed and include it at first
[ntk/apt.git] / apt-pkg / edsp.cc
index 4d22306..44f7dbf 100644 (file)
@@ -5,6 +5,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/edsp.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/policy.h>
 #include <apt-pkg/tagfile.h>
 
-#include <apti18n.h>
 #include <limits>
-
 #include <stdio.h>
+
+#include <apti18n.h>
                                                                        /*}}}*/
 
 // we could use pkgCache::DepType and ::Priority, but these would be localized stringsā€¦