]> git.saurik.com Git - apt.git/blobdiff - ftparchive/cachedb.cc
merged from donkult
[apt.git] / ftparchive / cachedb.cc
index 7e4c2e9fec82320baa16ea2739ff6e553dd2412f..a1d70f912f8020c1ffebf62b2094028d530d93a0 100644 (file)
@@ -10,9 +10,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#include "cachedb.h"
+#include <config.h>
 
-#include <apti18n.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/md5.h>
 #include <apt-pkg/sha1.h>
@@ -21,6 +20,9 @@
 #include <apt-pkg/configuration.h>
     
 #include <netinet/in.h>       // htonl, etc
+
+#include <apti18n.h>
+#include "cachedb.h"
                                                                        /*}}}*/
 
 // CacheDB::ReadyDB - Ready the DB2                                    /*{{{*/