From: Shane Carr Date: Wed, 27 Sep 2017 03:07:35 +0000 (+0000) Subject: ICU-13177 Removing unused file number_results.h. X-Git-Tag: release-60-rc~98^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a31ef3eb55d6c71a7cb417a0129bc0956469245;p=icu ICU-13177 Removing unused file number_results.h. X-SVN-Rev: 40468 --- diff --git a/icu4c/source/i18n/number_fluent.cpp b/icu4c/source/i18n/number_fluent.cpp index ecfd4f9fe80..a486555ff14 100644 --- a/icu4c/source/i18n/number_fluent.cpp +++ b/icu4c/source/i18n/number_fluent.cpp @@ -4,7 +4,6 @@ #include #include "unicode/numberformatter.h" #include "number_decimalquantity.h" -#include "number_results.h" #include "number_formatimpl.h" using namespace icu::number; diff --git a/icu4c/source/i18n/number_results.h b/icu4c/source/i18n/number_results.h deleted file mode 100644 index 0ef9ff3db35..00000000000 --- a/icu4c/source/i18n/number_results.h +++ /dev/null @@ -1,20 +0,0 @@ -// © 2017 and later: Unicode, Inc. and others. -// License & terms of use: http://www.unicode.org/copyright.html - -#ifndef NUMBERFORMAT_NUMFMTTER_RESULTS_H -#define NUMBERFORMAT_NUMFMTTER_RESULTS_H - -// FIXME: Remove this file? - -#include "number_types.h" -#include "number_decimalquantity.h" -#include "number_stringbuilder.h" - -U_NAMESPACE_BEGIN namespace number { -namespace impl { - -} // namespace impl -} // namespace number -U_NAMESPACE_END - -#endif //NUMBERFORMAT_NUMFMTTER_RESULTS_H