diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-12 14:03:43 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-04-14 13:39:00 +0200 |
commit | f00bcfbb7dfe759ffab5abd05e3171fdeeb2f02e (patch) | |
tree | c89922e5fd24312e3bdcc0af96ab1dfe1cf4fd05 /ext/intl/msgformat/msgformat_parse.c | |
parent | ae1364c35006bfcd0d7feeecddb7499000eba1b5 (diff) | |
download | php-git-f00bcfbb7dfe759ffab5abd05e3171fdeeb2f02e.tar.gz |
Generate method entries for ext/intl
Closes GH-5370
Diffstat (limited to 'ext/intl/msgformat/msgformat_parse.c')
-rw-r--r-- | ext/intl/msgformat/msgformat_parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_parse.c b/ext/intl/msgformat/msgformat_parse.c index 006d9d8999..70fbf25395 100644 --- a/ext/intl/msgformat/msgformat_parse.c +++ b/ext/intl/msgformat/msgformat_parse.c @@ -20,7 +20,6 @@ #include "php_intl.h" #include "msgformat_class.h" -#include "msgformat_parse.h" #include "msgformat_data.h" #include "msgformat_helpers.h" #include "intl_convert.h" |