]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.cc
merge with debian/experimental
[apt.git] / apt-pkg / srcrecords.cc
index 946ac1a1aa3267d5eccc5bed81858b1b4899fa2d..8c1de2ea5da1a3e7d25860713c3b803b5a5fe949 100644 (file)
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
+#include<config.h>
+
 #include <apt-pkg/srcrecords.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/sourcelist.h>
 #include <apt-pkg/strutl.h>
-    
-#include <apti18n.h>    
+
+#include <apti18n.h>
                                                                        /*}}}*/
 
 // SrcRecords::pkgSrcRecords - Constructor                             /*{{{*/