summaryrefslogtreecommitdiff
path: root/ext/intl/formatter/formatter_format.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-06-21 18:58:11 +0200
committerAnatol Belski <ab@php.net>2016-06-21 18:58:11 +0200
commitda15af8b3fed818649c1b0c6688cafde909d852c (patch)
tree94211cdcd35cf2bbb260d6efc8bf5d3df043d76d /ext/intl/formatter/formatter_format.c
parentc1db861fb44e33f49146bdfa0438eaa299ac0c48 (diff)
downloadphp-git-da15af8b3fed818649c1b0c6688cafde909d852c.tar.gz
fix include order
Diffstat (limited to 'ext/intl/formatter/formatter_format.c')
-rw-r--r--ext/intl/formatter/formatter_format.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/intl/formatter/formatter_format.c b/ext/intl/formatter/formatter_format.c
index 5668f0ba20..f3253dcdb2 100644
--- a/ext/intl/formatter/formatter_format.c
+++ b/ext/intl/formatter/formatter_format.c
@@ -18,9 +18,10 @@
#include "config.h"
#endif
+#include "php_intl.h"
+
#include <unicode/ustring.h>
-#include "php_intl.h"
#include "formatter_class.h"
#include "formatter_format.h"
#include "intl_convert.h"