From: Guido van Rossum Date: Thu, 20 Dec 1990 23:02:42 +0000 (+0000) Subject: Include instead of "string.h". X-Git-Tag: v0.9.8~1096 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d05c4b2a7c88c209e1cb4d1f24368ece616d498c;p=thirdparty%2FPython%2Fcpython.git Include instead of "string.h". --- diff --git a/Include/allobjects.h b/Include/allobjects.h index ed376098e8ba..7296d5915464 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -1,7 +1,7 @@ /* "allobjects.c" -- Source for precompiled header "allobjects.h" */ #include -#include "string.h" +#include #include "PROTO.h"