summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-01-28 13:31:12 +0000
committerZeev Suraski <zeev@php.net>2000-01-28 13:31:12 +0000
commitfc678100cd378669f27493fac3eb184f0643d047 (patch)
treefdd5eb398ca9e5a903747f96bcd12786736fc9c7 /ext/standard/string.c
parent6f63373bb239f27dc2b29cdb6ace8297f30992a7 (diff)
downloadphp-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/string.c')
-rw-r--r--ext/standard/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c
index f199c03b55..5b0a517eb0 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -25,8 +25,8 @@
#include <stdio.h>
#include "php.h"
#include "reg.h"
-#include "post.h"
#include "php_string.h"
+#include "php_gpce.h"
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif