diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-06 16:20:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-06 16:20:33 (GMT) |
commit | 9b88b4c9e8e8604d2f8f66efd9c9cecb5ad2e364 (patch) | |
tree | 74ca5a28976889273756faf5dc118c9b4abf04f2 /Doc/ext | |
parent | adaca02f9e549eb6edde6229b662eef2ab5849b5 (diff) | |
download | cpython-9b88b4c9e8e8604d2f8f66efd9c9cecb5ad2e364.zip cpython-9b88b4c9e8e8604d2f8f66efd9c9cecb5ad2e364.tar.gz cpython-9b88b4c9e8e8604d2f8f66efd9c9cecb5ad2e364.tar.bz2 |
Do not #include <stdio.h> since Python.h already does that.
Diffstat (limited to 'Doc/ext')
-rw-r--r-- | Doc/ext/run-func.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/ext/run-func.c b/Doc/ext/run-func.c index fb2a9ae..842f15a 100644 --- a/Doc/ext/run-func.c +++ b/Doc/ext/run-func.c @@ -1,4 +1,3 @@ -#include <stdio.h> #include <Python.h> int |