summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-10 15:19:49 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-10 15:19:49 -0700
commitf08f5850fa39c42974e12e42fa101ffe51eef594 (patch)
tree4b42f9cdf56c1bd909b3c7f8e5297640c367176e /phpcpp.h
parent37c38c70de43d9d9ee3c9f0e2f175e19bcc0b485 (diff)
Renamed request to environment
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpcpp.h b/phpcpp.h
index db8a8e2..84ecbf1 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -23,7 +23,7 @@
*/
#include <phpcpp/hiddenpointer.h>
#include <phpcpp/type.h>
-#include <phpcpp/request.h>
+#include <phpcpp/environment.h>
#include <phpcpp/argument.h>
#include <phpcpp/byval.h>
#include <phpcpp/byref.h>