ICU-22177 Replace angular brackets in include with double quotes.

This commit is contained in:
gnrunge 2022-10-13 11:45:45 -07:00 committed by Norbert Runge
parent 00a4cdbd5b
commit f949713ce8

View file

@ -22,7 +22,7 @@
// Safer use of UnicodeString.
#include <cstdint>
#include <unicode/umachine.h>
#include "unicode/umachine.h"
#ifndef UNISTR_FROM_CHAR_EXPLICIT
# define UNISTR_FROM_CHAR_EXPLICIT explicit
#endif