]> granicus.if.org Git - php/commitdiff
Move include into source file
authorSascha Schumann <sas@php.net>
Tue, 28 Dec 1999 18:47:59 +0000 (18:47 +0000)
committerSascha Schumann <sas@php.net>
Tue, 28 Dec 1999 18:47:59 +0000 (18:47 +0000)
ext/standard/php_string.h
ext/standard/string.c

index 2f056a3afaf2c73d76deec38e8681d4f35b93790..324e995628acc87dae1a1ef5be7e140b3a660e3d 100644 (file)
@@ -36,8 +36,6 @@
 #ifndef _PHPSTRING_H
 #define _PHPSTRING_H
 
-#include "basic_functions.h"
-
 PHP_FUNCTION(strspn);
 PHP_FUNCTION(strcspn);
 PHP_FUNCTION(str_replace);
index 07a61aa6c3d6a54478ebbfe2f92b56eb34e45477..cd444eeed675f12657de890a40402287703a2288 100644 (file)
@@ -32,6 +32,7 @@
 #endif
 #include "zend_execute.h"
 #include "php_globals.h"
+#include "basic_functions.h"
 
 int php_tag_find(char *tag, int len, char *set);