#define __UCHARSTRIEBUILDER_H__
#include "unicode/utypes.h"
+
+#if U_SHOW_CPLUSPLUS_API
+
#include "unicode/stringtriebuilder.h"
#include "unicode/ucharstrie.h"
#include "unicode/unistr.h"
* \brief C++ API: Builder for icu::UCharsTrie
*/
-#if U_SHOW_CPLUSPLUS_API
U_NAMESPACE_BEGIN
class UCharsTrieElement;
};
U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
+
+#endif /* U_SHOW_CPLUSPLUS_API */
#endif // __UCHARSTRIEBUILDER_H__