summaryrefslogtreecommitdiff
path: root/phpcpp.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-15 21:57:08 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-15 21:57:08 +0100
commit895f6315eb306a677bddba86980de8f8ee824efe (patch)
tree75380e6151407cba36ea2fc186268290a363774b /phpcpp.h
parent3bcd6e21d1142b5ec35f99c4bdcd925bf7ae5083 (diff)
removed HardCoded class because it turned out to be too difficult to implement it for now
Diffstat (limited to 'phpcpp.h')
-rw-r--r--phpcpp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpcpp.h b/phpcpp.h
index 83ac804..f58eb8d 100644
--- a/phpcpp.h
+++ b/phpcpp.h
@@ -27,7 +27,6 @@
*/
#include <phpcpp/exception.h>
#include <phpcpp/type.h>
-#include <phpcpp/hardcoded.h>
#include <phpcpp/value.h>
#include <phpcpp/array.h>
#include <phpcpp/object.h>