]> granicus.if.org Git - icu/commitdiff
ICU-22177 Replace angular brackets in include with double quotes.
authorgnrunge <nrunge@google.com>
Thu, 13 Oct 2022 18:45:45 +0000 (11:45 -0700)
committerNorbert Runge <41129501+gnrunge@users.noreply.github.com>
Thu, 13 Oct 2022 20:51:05 +0000 (13:51 -0700)
icu4c/source/tools/genrb/parse.cpp

index 9747c57cfd9e34e556aa28e6f6fcc14b2446a515..2c5d49524369b225be756802a34fbcceb6b9c7c0 100644 (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