]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.cc
reorder includes: add <config.h> if needed and include it at first
[apt.git] / apt-pkg / srcrecords.cc
index 46a02b55c3592abb483d0a4274918e4eff75c604..b368322f5cbd60432c20f9458f95cbbc11072f16 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                             /*{{{*/