mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Sync ext/dom and unistd.h include style (#14597)
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include "unistd.h"
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "zend_extensions.h"
|
||||
|
||||
@@ -37,8 +37,8 @@ extern zend_module_entry xsl_module_entry;
|
||||
#include <libexslt/exsltconfig.h>
|
||||
#endif
|
||||
|
||||
#include "../dom/xml_common.h"
|
||||
#include "../dom/xpath_callbacks.h"
|
||||
#include "ext/dom/xml_common.h"
|
||||
#include "ext/dom/xpath_callbacks.h"
|
||||
|
||||
#include <libxslt/extensions.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
|
||||
Reference in New Issue
Block a user