summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpcpp.h b/phpcpp.h
index f93081c..b0d4f48 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -21,13 +21,13 @@
/**
* Include all headers files that are related to this library
*/
-#include <phpcpp/hiddenpointer.h>
#include <phpcpp/type.h>
+#include <phpcpp/value.h>
+#include <phpcpp/hiddenpointer.h>
#include <phpcpp/environment.h>
#include <phpcpp/argument.h>
#include <phpcpp/byval.h>
#include <phpcpp/byref.h>
-#include <phpcpp/value.h>
#include <phpcpp/global.h>
#include <phpcpp/member.h>
#include <phpcpp/parameters.h>