diff options
author | Zeev Suraski <zeev@php.net> | 1999-06-12 17:50:39 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-06-12 17:50:39 +0000 |
commit | 96bfbc79040d9a1dea092d35ec570b3f7cc6b51b (patch) | |
tree | 8744e3033782a9e1f5330a63f005419460f85cd8 /ext/standard/php3_standard.h | |
parent | c50cd2df991645401afc165313b8da38eb6dfc15 (diff) | |
download | php-git-96bfbc79040d9a1dea092d35ec570b3f7cc6b51b.tar.gz |
First attempt at moving the old RFC1867 support to the right place
Diffstat (limited to 'ext/standard/php3_standard.h')
-rw-r--r-- | ext/standard/php3_standard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php3_standard.h b/ext/standard/php3_standard.h index 6d52439991..47fc165b87 100644 --- a/ext/standard/php3_standard.h +++ b/ext/standard/php3_standard.h @@ -64,7 +64,6 @@ #include "php3_crypt.h" #include "head.h" #include "post.h" -#include "mime.h" #define phpext_standard_ptr basic_functions_module_ptr |