From 529b4dca82c497a1fbe133902fcadba9e38cd6e6 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 8 Aug 2001 02:02:02 +0000 Subject: Cleanup. (some relics from php3 era?) --- ext/posix/posix.c | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'ext/posix') diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 38a8215250..8d458af981 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -24,20 +24,15 @@ #include "php.h" #include "ext/standard/info.h" -#if !defined(PHP_API_VERSION) || PHP_API_VERSION < 19990421 -#include "internal_functions.h" -#endif -#if PHP_31 || PHP_API_VERSION >= 19990421 -# include "ext/standard/php_string.h" -#else -# include "php_string.h" -#endif +#include "ext/standard/php_string.h" #include "php_posix.h" #if HAVE_POSIX + #ifdef HAVE_SYS_TIME_H #include #endif + #include #include #include @@ -48,9 +43,6 @@ #include #include #include -#if !defined(PHP_API_VERSION) || PHP_API_VERSION < 19990421 -#include "php3_list.h" -#endif #define SAFE_STRING(s) ((s)?(s):"") -- cgit v1.2.1