]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/sha1.cc
merged from the mvo branch
[apt.git] / apt-pkg / contrib / sha1.cc
index 72eafd4ca357a6b8804996361effc371bbe71563..eae52d52f6341ea22abdb3ee3493bd48c3407316 100644 (file)
  */
                                                                        /*}}} */
 // Include Files                                                        /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/sha1.h"
-#endif
-
 #include <apt-pkg/sha1.h>
 #include <apt-pkg/strutl.h>
+#include <apt-pkg/macros.h>
 
 #include <string.h>
 #include <unistd.h>
 #include <inttypes.h>
 #include <config.h>
-#include <system.h>
                                                                        /*}}}*/
 
 // SHA1Transform - Alters an existing SHA-1 hash                       /*{{{*/