diff options
author | Zeev Suraski <zeev@php.net> | 2000-01-28 13:31:12 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-01-28 13:31:12 +0000 |
commit | fc678100cd378669f27493fac3eb184f0643d047 (patch) | |
tree | fdd5eb398ca9e5a903747f96bcd12786736fc9c7 /ext/standard/head.c | |
parent | 6f63373bb239f27dc2b29cdb6ace8297f30992a7 (diff) | |
download | php-git-fc678100cd378669f27493fac3eb184f0643d047.tar.gz |
post.c really had nothing to do with POST anymore, and it belongs to the top level directory
Diffstat (limited to 'ext/standard/head.c')
-rw-r--r-- | ext/standard/head.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c index a6b973cec6..8e33490cda 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.c @@ -23,7 +23,6 @@ #include "SAPI.h" #include "main.h" #include "head.h" -#include "post.h" #include "SAPI.h" #ifdef TM_IN_SYS_TIME #include <sys/time.h> |