From 4dd04c8f6eca8a85a57349a5be952f8c2f51ec6c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 18 Nov 2013 10:19:57 -0800 Subject: Remove unused include --- cryptography/hazmat/primitives/padding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptography/hazmat/primitives/padding.py b/cryptography/hazmat/primitives/padding.py index b03b4a61..938afcec 100644 --- a/cryptography/hazmat/primitives/padding.py +++ b/cryptography/hazmat/primitives/padding.py @@ -24,7 +24,6 @@ bool Cryptography_check_padding(const uint8_t *, uint8_t); """) _lib = _ffi.verify(""" #include -#include /* Returns the value of the input with the most-significant-bit copied to all of the bits. This relies on implementation details of computers with 2's -- cgit v1.2.3