From 09d2e3d15992f0c67dc089a27b35016f2aa93044 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 28 Dec 1999 18:47:59 +0000 Subject: Move include into source file --- ext/standard/php_string.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/standard/php_string.h') diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 2f056a3afa..324e995628 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -36,8 +36,6 @@ #ifndef _PHPSTRING_H #define _PHPSTRING_H -#include "basic_functions.h" - PHP_FUNCTION(strspn); PHP_FUNCTION(strcspn); PHP_FUNCTION(str_replace); -- cgit v1.2.1