mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused includes of php_random.h (#13131)
Before this change php_random.h was listed in 146 different *.dep files for a env CC=clang ./configure --without-sqlite3 --without-pdo-sqlite build, after this change it's only listed in 110 of them, preventing uselessly recompiling those files when working on ext/random, mostly caused by the include in ext/standard/basic_functions.h.
This commit is contained in:
parent
e31bf3ad4d
commit
2b30f18708
5 changed files with 0 additions and 7 deletions
|
@ -27,9 +27,6 @@
|
|||
|
||||
#include "url_scanner_ex.h"
|
||||
|
||||
/* for MT_N */
|
||||
#include "ext/random/php_random.h"
|
||||
|
||||
#if defined(_WIN32) && !defined(__clang__)
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue