summaryrefslogtreecommitdiff
path: root/src/hash_template.c
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2013-02-21 00:45:27 -0800
committerDwayne Litzenberger <dlitz@dlitz.net>2013-04-21 20:41:18 -0700
commit1dd8353cc490f954677285415ec01e253f84b93d (patch)
tree485b17eeaad2f25b85f5491a47d0224047ce9137 /src/hash_template.c
parent076560be889ef220c8fb10dd68635468939345ab (diff)
downloadpycrypto-1dd8353cc490f954677285415ec01e253f84b93d.tar.gz
Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefs
Diffstat (limited to 'src/hash_template.c')
-rw-r--r--src/hash_template.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/hash_template.c b/src/hash_template.c
index d085bb8..1e0ed70 100644
--- a/src/hash_template.c
+++ b/src/hash_template.c
@@ -24,14 +24,8 @@
/* Basic object type */
-#include "Python.h"
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-#ifdef _HAVE_STDC_HEADERS
+#include "pycrypto_common.h"
#include <string.h>
-#endif
-#include "pycrypto_compat.h"
#define _STR(x) #x
#define _XSTR(x) _STR(x)