summaryrefslogtreecommitdiff
path: root/src/_counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/_counter.h')
-rw-r--r--src/_counter.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/_counter.h b/src/_counter.h
index 2817865..32c320b 100644
--- a/src/_counter.h
+++ b/src/_counter.h
@@ -24,16 +24,7 @@
#ifndef PCT__COUNTER_H
#define PCT__COUNTER_H
-#include "config.h"
-#if HAVE_STDINT_H
-# include <stdint.h>
-#elif HAVE_INTTYPES_H
-# include <inttypes.h>
-#elif HAVE_SYS_INTTYPES_H
-# include <sys/inttypes.h>
-#else
-# error "stdint.h and inttypes.h not found"
-#endif
+#include "pycrypto_common.h"
typedef struct {
PyObject_HEAD