summaryrefslogtreecommitdiff
path: root/ext/sysvshm/sysvshm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sysvshm/sysvshm.c')
-rw-r--r--ext/sysvshm/sysvshm.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c
index 88678478c7..36a2eae1ff 100644
--- a/ext/sysvshm/sysvshm.c
+++ b/ext/sysvshm/sysvshm.c
@@ -33,17 +33,12 @@
* It may not compile or execute correctly on other systems.
*/
-#ifndef MSVC5
-#include "php_config.h"
-#endif
-
+#include "php.h"
#if HAVE_SYSVSHM
#include <errno.h>
-#include "php.h"
-#include "php3_var.h"
#include "php3_sysvshm.h"