summaryrefslogtreecommitdiff
path: root/src/strxor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strxor.c')
-rw-r--r--src/strxor.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/strxor.c b/src/strxor.c
index 7cbbc1c..575d3f8 100644
--- a/src/strxor.c
+++ b/src/strxor.c
@@ -21,13 +21,12 @@
* SOFTWARE.
* ===================================================================
*/
-#include "Python.h"
+
+#include "pycrypto_common.h"
#include <stddef.h>
#include <assert.h>
#include <string.h>
-#include "pycrypto_compat.h"
-
static const char rcsid[] = "$Id$";
/*