mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-13177 Removing unused file number_results.h.
X-SVN-Rev: 40468
This commit is contained in:
parent
d7a61a6e91
commit
0a31ef3eb5
2 changed files with 0 additions and 21 deletions
|
@ -4,7 +4,6 @@
|
|||
#include <uassert.h>
|
||||
#include "unicode/numberformatter.h"
|
||||
#include "number_decimalquantity.h"
|
||||
#include "number_results.h"
|
||||
#include "number_formatimpl.h"
|
||||
|
||||
using namespace icu::number;
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue