diff options
author | jim winstead <jimw@php.net> | 2002-01-09 23:47:46 +0000 |
---|---|---|
committer | jim winstead <jimw@php.net> | 2002-01-09 23:47:46 +0000 |
commit | e68095972ea476731a485410b72d39088b69f643 (patch) | |
tree | 52486b343058a74bf7115503efeeb7a40dc9d1d7 /ext/standard/php_standard.h | |
parent | 98220d2a82d174ce5b157d44fabc255e953eedf2 (diff) | |
download | php-git-e68095972ea476731a485410b72d39088b69f643.tar.gz |
Move type-handling functions into ext/standard/type.c (which had
a few otherwise unused functions in it).
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r-- | ext/standard/php_standard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index 0abadca406..6667fa6995 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -47,7 +47,6 @@ #include "uniqid.h" #include "php_var.h" #include "quot_print.h" -#include "type.h" #include "dl.h" #include "php_crypt.h" #include "head.h" @@ -58,6 +57,7 @@ #include "php_assert.h" #include "php_versioning.h" #include "php_ftok.h" +#include "php_type.h" #define phpext_standard_ptr basic_functions_module_ptr |