diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-23 20:06:01 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-23 20:06:01 +0000 |
commit | 6f7c0edee361e15295b85ad6e03f3d109e446f22 (patch) | |
tree | 550ea80544fd08641b418a1f783f62aa6c5745b8 /mod_php3.c | |
parent | f53afa6eddaf46646f49e2579efbdf3dfb0d167e (diff) | |
download | php-git-6f7c0edee361e15295b85ad6e03f3d109e446f22.tar.gz |
Remove tls.[ch]
Diffstat (limited to 'mod_php3.c')
-rw-r--r-- | mod_php3.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mod_php3.c b/mod_php3.c index 4fb46433d5..46febce3fb 100644 --- a/mod_php3.c +++ b/mod_php3.c @@ -30,10 +30,6 @@ */ /* $Id$ */ -#ifdef THREAD_SAFE -#include "tls.h" -#include "php.h" -#else #include "httpd.h" #include "http_config.h" #if MODULE_MAGIC_NUMBER > 19980712 @@ -48,7 +44,6 @@ #include "http_protocol.h" #include "http_request.h" #include "http_log.h" -#endif /* These are taken out of php_ini.h |