ICU-22191 writesrc.cpp: fix cinttypes header and place after C headers

This commit is contained in:
Sergey Fedorov 2022-10-21 15:36:12 +08:00 committed by Markus Scherer
parent 866254ef12
commit 2b77e39fbb

View file

@ -19,8 +19,8 @@
*/
#include <stdio.h>
#include <inttypes.h>
#include <time.h>
#include <cinttypes>
#include "unicode/utypes.h"
#include "unicode/putil.h"
#include "unicode/ucptrie.h"