#include "unicode/utypes.h"
+#if U_SHOW_CPLUSPLUS_API
+
#if !UCONFIG_NO_NORMALIZATION
#include "unicode/stringpiece.h"
#include "unicode/unistr.h"
#include "unicode/unorm2.h"
-#if U_SHOW_CPLUSPLUS_API
U_NAMESPACE_BEGIN
class ByteSink;
};
U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
#endif // !UCONFIG_NO_NORMALIZATION
+
+#endif /* U_SHOW_CPLUSPLUS_API */
+
#endif // __NORMALIZER2_H__