diff options
author | Guido van Rossum <guido@python.org> | 1995-01-12 11:29:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-12 11:29:01 (GMT) |
commit | a3c04b003f802ca676d6fb777751ae3e0ecc04a4 (patch) | |
tree | 5f65eab25f272307884b077c4ba97ff7125e8e2c /Modules/cryptmodule.c | |
parent | b9418686baecd5cb02e4ea71490ba4f23e4c5bb8 (diff) | |
download | cpython-a3c04b003f802ca676d6fb777751ae3e0ecc04a4.zip cpython-a3c04b003f802ca676d6fb777751ae3e0ecc04a4.tar.gz cpython-a3c04b003f802ca676d6fb777751ae3e0ecc04a4.tar.bz2 |
cosmetics
Diffstat (limited to 'Modules/cryptmodule.c')
-rw-r--r-- | Modules/cryptmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/cryptmodule.c b/Modules/cryptmodule.c index 9cdcac8..13c79ba 100644 --- a/Modules/cryptmodule.c +++ b/Modules/cryptmodule.c @@ -2,7 +2,6 @@ */ #include "allobjects.h" -#include "modsupport.h" #include <sys/types.h> |