Skip to content

Commit 6772c8f

Browse files
committed
ext/standard/scanf: remove unused includes
1 parent 57025bd commit 6772c8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/standard/scanf.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,8 @@
6565
#include <limits.h>
6666
#include <ctype.h>
6767
#include "php.h"
68-
#include "php_variables.h"
6968
#include <locale.h>
70-
#include "zend_execute.h"
71-
#include "zend_operators.h"
7269
#include "zend_strtod.h"
73-
#include "php_globals.h"
74-
#include "basic_functions.h"
7570
#include "scanf.h"
7671

7772
/*

0 commit comments

Comments
 (0)