#include <uassert.h>
#include "unicode/numberformatter.h"
#include "number_decimalquantity.h"
-#include "number_results.h"
#include "number_formatimpl.h"
using namespace icu::number;
+++ /dev/null
-// © 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