summaryrefslogtreecommitdiffstats
path: root/Modules/structmodule.c
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 15:28:04 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 15:28:04 (GMT)
commit7e018909862a3fe6c571bbb7143f4ffb18ae834c (patch)
treeed39d496c16b58895a2620f43061bc9013c1deca /Modules/structmodule.c
parent885082ca67d679a0d95218cb38babbcb10b92c3f (diff)
downloadcpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.zip
cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.gz
cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.bz2
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
Diffstat (limited to 'Modules/structmodule.c')
-rw-r--r--Modules/structmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/structmodule.c b/Modules/structmodule.c
index 1275955..ff10b18 100644
--- a/Modules/structmodule.c
+++ b/Modules/structmodule.c
@@ -39,7 +39,6 @@ Whitespace between formats is ignored.\n\
The variable struct.error is an exception raised on errors.";
#include "Python.h"
-#include "mymath.h"
#include <limits.h>
#include <ctype.h>