Skip to content

Commit 665c7fc

Browse files
committed
ext/intl: Remove some unused headers
Probably more cleanup can be done
1 parent 5abf853 commit 665c7fc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ext/intl/grapheme/grapheme_util.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
#include <unicode/ubrk.h>
2929
#include <unicode/usearch.h>
3030

31-
#include "ext/standard/php_string.h"
32-
3331
ZEND_EXTERN_MODULE_GLOBALS( intl )
3432

3533
/* }}} */

ext/intl/transliterator/transliterator.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#include <php.h>
1919
#include <unicode/utrans.h>
2020

21-
#include "zend_smart_str.h"
22-
2321
smart_str transliterator_parse_error_to_string( UParseError* pe );
2422

2523
#endif /* #ifndef TRANSLITERATOR_TRANSLITERATOR_H */

0 commit comments

Comments
 (0)