]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/md5.cc
* apt-pkg/deb/debsrcrecords.cc:
[apt.git] / apt-pkg / contrib / md5.cc
index 2bfd70f1b88c97db1bcec38ced081c52742f357b..c0fa8493dff2e161099c57ad2ac7377a0006139f 100644 (file)
 // Include Files                                                       /*{{{*/
 #include <apt-pkg/md5.h>
 #include <apt-pkg/strutl.h>
+#include <apt-pkg/macros.h>
 
 #include <string.h>
 #include <unistd.h>
 #include <netinet/in.h>                          // For htonl
 #include <inttypes.h>
 #include <config.h>
-#include <system.h>
-
                                                                        /*}}}*/
 
 // byteSwap - Swap bytes in a buffer                                   /*{{{*/