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_attr.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_attr.c')
-rw-r--r-- | ext/intl/msgformat/msgformat_attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_attr.c b/ext/intl/msgformat/msgformat_attr.c index 02e220de54..e03d13bf23 100644 --- a/ext/intl/msgformat/msgformat_attr.c +++ b/ext/intl/msgformat/msgformat_attr.c @@ -18,7 +18,6 @@ #include "php_intl.h" #include "msgformat_class.h" -#include "msgformat_attr.h" #include "msgformat_data.h" #include "intl_convert.h" |