X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b331163bffd790ced0e88b73f44f86d49ccc48a5..2ca993e82fb37b597a3c73ecd1586a139a6579c5:/icuSources/i18n/regexcmp.h diff --git a/icuSources/i18n/regexcmp.h b/icuSources/i18n/regexcmp.h index 50bb3027..f6bdeafd 100644 --- a/icuSources/i18n/regexcmp.h +++ b/icuSources/i18n/regexcmp.h @@ -1,7 +1,7 @@ // // regexcmp.h // -// Copyright (C) 2002-2015, International Business Machines Corporation and others. +// Copyright (C) 2002-2016, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains declarations for the class RegexCompile @@ -17,9 +17,10 @@ #include "unicode/utypes.h" #if !UCONFIG_NO_REGULAR_EXPRESSIONS -#include "unicode/uobject.h" -#include "unicode/uniset.h" #include "unicode/parseerr.h" +#include "unicode/uniset.h" +#include "unicode/uobject.h" +#include "unicode/utext.h" #include "uhash.h" #include "uvector.h" #include "uvectr32.h"