Sync ext/dom and unistd.h include style (#14597)

This commit is contained in:
Peter Kokot 2024-06-19 22:25:20 +02:00 committed by GitHub
parent dc477b59e3
commit 11914de72c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
#endif
#ifdef HAVE_UNISTD_H
# include "unistd.h"
# include <unistd.h>
#endif
#include "zend_extensions.h"

View File

@ -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>