]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/sha256.h
* apt-pkg/acquire-item.cc:
[apt.git] / apt-pkg / contrib / sha256.h
index 9e88f5ece7067c5b1430f09b99e316b849af8159..c490bfa4df30cf348766f617470774013a9cdec3 100644 (file)
 #ifndef APTPKG_SHA256_H
 #define APTPKG_SHA256_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/sha256.h"
-#endif 
-
 #include <string>
 #include <algorithm>
-#include <stdint.h>
 
 using std::string;
 using std::min;