Skip to content

Commit 93ec0ac

Browse files
committed
streams: drop unused includes
1 parent fa85b38 commit 93ec0ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

main/streams/filter.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
*/
1616

1717
#include "php.h"
18-
#include "php_globals.h"
1918
#include "php_network.h"
20-
#include "php_open_temporary_file.h"
21-
#include "ext/standard/file.h"
19+
#include "ext/standard/file.h" /* For FG(stream_filters) */
2220
#include <stddef.h>
2321
#include <fcntl.h>
2422

0 commit comments

Comments
 (0)