mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove duplicate #include statements (#21085)
* Remove duplicate #include statements across the codebase. * feat: Restore conditional/unconditional include pairs in lscriu.c
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
#include <pwd.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
#include "win32/php_registry.h"
|
||||
#include "ext/standard/flock_compat.h"
|
||||
#endif
|
||||
#include "php_syslog.h"
|
||||
#include "Zend/zend_exceptions.h"
|
||||
|
||||
#if PHP_SIGCHILD
|
||||
@@ -75,7 +74,6 @@
|
||||
#include "zend_compile.h"
|
||||
#include "zend_execute.h"
|
||||
#include "zend_highlight.h"
|
||||
#include "zend_extensions.h"
|
||||
#include "zend_ini.h"
|
||||
#include "zend_dtrace.h"
|
||||
#include "zend_observer.h"
|
||||
|
||||
Reference in New Issue
Block a user