mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
streams: drop unused includes
This commit is contained in:
parent
fa85b38560
commit
93ec0ac0f3
1 changed files with 1 additions and 3 deletions
|
@ -15,10 +15,8 @@
|
|||
*/
|
||||
|
||||
#include "php.h"
|
||||
#include "php_globals.h"
|
||||
#include "php_network.h"
|
||||
#include "php_open_temporary_file.h"
|
||||
#include "ext/standard/file.h"
|
||||
#include "ext/standard/file.h" /* For FG(stream_filters) */
|
||||
#include <stddef.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue