summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-26 17:01:16 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-07-26 17:01:16 +0200
commitfc24b07c6572c018a7311a2e6a4ee6da79661bcc (patch)
tree820f427128e75aea3b1c87f5b3e4e151df5e08d3
parent3f1d5ca94f721cf7feff0fc9cb05a5c1b6d39873 (diff)
removed includes for fastcall.h
-rw-r--r--phpcpp.h1
-rw-r--r--zend/includes.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 8be1a25..baa91cc 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -60,7 +60,6 @@
#include <phpcpp/namespace.h>
#include <phpcpp/extension.h>
#include <phpcpp/call.h>
-#include <phpcpp/fastcall.h>
/**
* Macro to export a function
diff --git a/zend/includes.h b/zend/includes.h
index 8af557c..63b435e 100644
--- a/zend/includes.h
+++ b/zend/includes.h
@@ -79,7 +79,6 @@
#include "../include/namespace.h"
#include "../include/extension.h"
#include "../include/call.h"
-#include "../include/fastcall.h"
/**
* Common header files for internal use only