#ifndef DBBI_H
#define DBBI_H
+#include "unicode/utypes.h"
+
+#if U_SHOW_CPLUSPLUS_API
+
#include "unicode/rbbi.h"
#if !UCONFIG_NO_BREAK_ITERATION
* \brief C++ API: Dictionary Based Break Iterator
*/
-#if U_SHOW_CPLUSPLUS_API
U_NAMESPACE_BEGIN
#ifndef U_HIDE_DEPRECATED_API
#endif /* U_HIDE_DEPRECATED_API */
U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
#endif /* #if !UCONFIG_NO_BREAK_ITERATION */
+#endif /* U_SHOW_CPLUSPLUS_API */
+
#endif