summaryrefslogtreecommitdiff
path: root/src/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-15 13:57:53 -0700
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-09-15 13:57:53 -0700
commit9e1ecc534bace7d00a265a49018c0148a56361ae (patch)
treef7a779b999a7aed942510e3d448355f3554c20c7 /src/includes.h
parent9634a336f080bc15c1e67495eb9216d1863808f8 (diff)
Added Environment::call() method that makes it possible to call PHP functions
Diffstat (limited to 'src/includes.h')
-rw-r--r--src/includes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/includes.h b/src/includes.h
index 7fb8c5f..41989c8 100644
--- a/src/includes.h
+++ b/src/includes.h
@@ -34,13 +34,13 @@
/**
* Include other files from this library
*/
-#include "../include/hiddenpointer.h"
#include "../include/type.h"
+#include "../include/value.h"
+#include "../include/hiddenpointer.h"
#include "../include/environment.h"
#include "../include/argument.h"
#include "../include/byval.h"
#include "../include/byref.h"
-#include "../include/value.h"
#include "../include/global.h"
#include "../include/member.h"
#include "../include/parameters.h"