summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ramacher <sebastian@ramacher.at>2013-02-10 02:30:55 +0100
committerDwayne Litzenberger <dlitz@dlitz.net>2013-04-21 20:41:18 -0700
commitda01e9d8442b2aaf0dc69d93ac23b982b3288571 (patch)
tree34755197c111ccbbd64dd024df30dcd87b975068
parente1ce77b1673db76fb46d87effa7b1a1dc083d9b7 (diff)
downloadpycrypto-da01e9d8442b2aaf0dc69d93ac23b982b3288571.tar.gz
Remove unnecessary includes
-rw-r--r--src/AESNI.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/AESNI.c b/src/AESNI.c
index bd80581..750f719 100644
--- a/src/AESNI.c
+++ b/src/AESNI.c
@@ -22,8 +22,6 @@
* ===================================================================
*/
-#include <assert.h>
-#include <stdlib.h>
#include "Python.h"
#include <wmmintrin.h>