Skip to content

Commit 11914de

Browse files
authored
Sync ext/dom and unistd.h include style (php#14597)
1 parent dc477b5 commit 11914de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/opcache/ZendAccelerator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#endif
4646

4747
#ifdef HAVE_UNISTD_H
48-
# include "unistd.h"
48+
# include <unistd.h>
4949
#endif
5050

5151
#include "zend_extensions.h"

ext/xsl/php_xsl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ extern zend_module_entry xsl_module_entry;
3737
#include <libexslt/exsltconfig.h>
3838
#endif
3939

40-
#include "../dom/xml_common.h"
41-
#include "../dom/xpath_callbacks.h"
40+
#include "ext/dom/xml_common.h"
41+
#include "ext/dom/xpath_callbacks.h"
4242

4343
#include <libxslt/extensions.h>
4444
#include <libxml/xpathInternals.h>

0 commit comments

Comments
 (0)