raising the head after a three-weeks refactoring
[m6w6/ext-psi] / src / parser_proc.inc
index 81489d5ff6b88c3f0e22d549de4aa0e9883bad54..9bd05e5118873c3ad3ac03ff8ce7eff9ef2ad693 100644 (file)
@@ -1,15 +1,9 @@
 %include {
 %include {
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#else
-# include "php_config.h"
-#endif
+#include "php_psi_stdinc.h"
 
 
-#include <stddef.h>
 #include <assert.h>
 #include <assert.h>
-#include <stdlib.h>
-#include <string.h>
 #include <stdarg.h>
 
 #include <stdarg.h>
 
+#include "plist.h"
 #include "parser.h"
 }
 #include "parser.h"
 }