]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/md5.h
* merged the debian/experimental changes back
[apt.git] / apt-pkg / contrib / md5.h
index 9447e995657648ca69809b3552dbf02776bc23c4..247b3fab936c28229071f2810d46956a325b5607 100644 (file)
 #ifndef APTPKG_MD5_H
 #define APTPKG_MD5_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/md5.h"
-#endif 
 
 #include <string>
 #include <algorithm>
+#include <stdint.h>
 
 using std::string;
 using std::min;