Skip to content

Commit cf544fd

Browse files
committed
Drop what seems to be unused headers
1 parent 8161592 commit cf544fd

File tree

5 files changed

+2
-12
lines changed

5 files changed

+2
-12
lines changed

ext/mysqlnd/mysqlnd_portability.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ This file is public domain and comes with NO WARRANTY of any kind */
3838
#define atoll atol
3939
#endif
4040

41-
#include <inttypes.h>
4241
#include <stdint.h>
4342

4443
#if SIZEOF_LONG_LONG > 4 && !defined(_LONG_LONG)

ext/session/mod_mm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <sys/stat.h>
2525
#include <sys/types.h>
2626
#include <fcntl.h>
27-
#include <inttypes.h>
2827
#include <stdint.h>
2928

3029
#include "php_session.h"

main/php.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ typedef unsigned int socklen_t;
210210
#endif
211211

212212
#include <stdarg.h>
213-
#include <inttypes.h>
214-
#include <stdint.h>
215213

216214
#include "zend_hash.h"
217215
#include "zend_alloc.h"

sapi/cli/php_http_parser.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ extern "C" {
3434
# include "php_config.h"
3535
#endif
3636

37-
#include <inttypes.h>
3837
#include <stdint.h>
3938

4039
/* Compile with -DPHP_HTTP_PARSER_STRICT=0 to make less checks, but run

sapi/phpdbg/phpdbg.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,8 @@
2727
# define PHPDBG_API
2828
#endif
2929

30-
#ifndef PHP_WIN32
31-
# include <stdint.h>
32-
# include <stddef.h>
33-
#else
34-
# include <stdint.h>
35-
# include <inttypes.h>
36-
#endif
30+
#include <stdint.h>
31+
#include <stddef.h>
3732
#include "php.h"
3833
#include "php_globals.h"
3934
#include "php_variables.h"

0 commit comments

Comments
 (0)