summaryrefslogtreecommitdiff
path: root/ext/intl/breakiterator/codepointiterator_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/breakiterator/codepointiterator_internal.h')
-rw-r--r--ext/intl/breakiterator/codepointiterator_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/intl/breakiterator/codepointiterator_internal.h b/ext/intl/breakiterator/codepointiterator_internal.h
index d8633516d8..7ecf12deb5 100644
--- a/ext/intl/breakiterator/codepointiterator_internal.h
+++ b/ext/intl/breakiterator/codepointiterator_internal.h
@@ -20,9 +20,9 @@
#include <unicode/brkiter.h>
#include <unicode/unistr.h>
-using U_ICU_NAMESPACE::BreakIterator;
-using U_ICU_NAMESPACE::CharacterIterator;
-using U_ICU_NAMESPACE::UnicodeString;
+using icu::BreakIterator;
+using icu::CharacterIterator;
+using icu::UnicodeString;
namespace PHP {