$NetBSD: patch-generic_tclInt.h,v 1.2 2016/09/03 11:58:01 adam Exp $ --- generic/tclInt.h.orig 2016-07-11 11:51:23.000000000 +0000 +++ generic/tclInt.h @@ -38,16 +38,8 @@ #include #include -#ifdef NO_STDLIB_H -# include "../compat/stdlib.h" -#else # include -#endif -#ifdef NO_STRING_H -#include "../compat/string.h" -#else #include -#endif #if defined(STDC_HEADERS) || defined(__STDC__) || defined(__C99__FUNC__) \ || defined(__cplusplus) || defined(_MSC_VER) #include