]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspsystem.cc
merged from lp:~donkult/apt/experimental
[apt.git] / apt-pkg / edsp / edspsystem.cc
index ac0bb8beb877d5462b47b8567113597fcc838c21..10d75771a50a10d62af3f664cc01b176310cdccb 100644 (file)
@@ -9,17 +9,20 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/edspsystem.h>
 #include <apt-pkg/debversion.h>
 #include <apt-pkg/edspindexfile.h>
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/fileutl.h>
-#include <apti18n.h>
 #include <sys/types.h>
 #include <unistd.h>
 #include <dirent.h>
 #include <errno.h>
+
+#include <apti18n.h>
                                                                        /*}}}*/
 
 edspSystem edspSys;