]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/sha1.cc
reorder includes: add <config.h> if needed and include it at first
[apt.git] / apt-pkg / contrib / sha1.cc
index 4b0552102e0eb1c72962debb961c33170fb896b4..9416895ac8d5afa0dd7245cb3d579e882b87365f 100644 (file)
@@ -29,6 +29,8 @@
  */
                                                                        /*}}} */
 // Include Files                                                        /*{{{*/
+#include <config.h>
+
 #include <apt-pkg/sha1.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/macros.h>
@@ -36,7 +38,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <inttypes.h>
-#include <config.h>
                                                                        /*}}}*/
 
 // SHA1Transform - Alters an existing SHA-1 hash                       /*{{{*/