build cleanup
[m6w6/ext-psi] / src / context.c
index 4dcd92092f6cecd65ac69e872741cdc7f3a7eb92..ebe4e08ed5fddabe4cb34f3e35cfae3202d89bed 100644 (file)
@@ -23,7 +23,9 @@
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *******************************************************************************/
 
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *******************************************************************************/
 
-#include "php_psi_stdinc.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include "php.h"
 
 
 #include "php.h"
 
@@ -61,8 +63,6 @@
 #include "token.h"
 #include "parser.h"
 
 #include "token.h"
 #include "parser.h"
 
-#include "php_psi_posix.h"
-
 PHP_MINIT_FUNCTION(psi_context)
 {
        unsigned flags = 0;
 PHP_MINIT_FUNCTION(psi_context)
 {
        unsigned flags = 0;