diff --git a/check.c b/check.c index 3751a2302..16c55bb73 100644 --- a/check.c +++ b/check.c @@ -41,9 +41,7 @@ static char rcsid[] = "$Id$"; #include #include -#ifndef STD_HEADERS #include -#endif /* !STD_HEADERS */ #include #include #include diff --git a/find_path.c b/find_path.c index 7711c77cc..ae3ffc981 100644 --- a/find_path.c +++ b/find_path.c @@ -51,10 +51,9 @@ static char rcsid[] = "$Id$"; #include #ifdef STD_HEADERS #include -#else -#include #endif /* STD_HEADERS */ #include +#include #include #include #include