]> git.saurik.com Git - apt.git/blobdiff - ftparchive/contents.cc
reorder includes: add <config.h> if needed and include it at first
[apt.git] / ftparchive / contents.cc
index eadced626125cfb574d0dca5544f8412d769131d..adb590ed122f928c47a63b42dffa310c827af546 100644 (file)
@@ -33,9 +33,8 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#include "contents.h"
+#include <config.h>
 
-#include <apti18n.h>
 #include <apt-pkg/debfile.h>
 #include <apt-pkg/extracttar.h>
 #include <apt-pkg/error.h>
@@ -43,6 +42,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <malloc.h>
+
+#include <apti18n.h>
+#include "contents.h"
                                                                        /*}}}*/
 
 // GenContents::~GenContents - Free allocated memory                   /*{{{*/