[php] Remove redundant conditional include

We always include zend_exceptions.h via phprun.swg.
This commit is contained in:
Olly Betts 2021-05-05 09:35:52 +12:00
commit 82b244c1d3

View file

@ -14,7 +14,6 @@
#ifdef SWIGPHP
%{
#include "zend_exceptions.h"
#define SWIG_exception(code, msg) do { zend_throw_exception(NULL, (char*)msg, code); goto thrown; } while (0)
%}
#endif