From d05c4b2a7c88c209e1cb4d1f24368ece616d498c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 20 Dec 1990 23:02:42 +0000 Subject: Include instead of "string.h". --- Include/allobjects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/allobjects.h b/Include/allobjects.h index ed37609..7296d59 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" -- cgit v0.12