mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2896 uconfig.h, #if's have to go after they are defined
X-SVN-Rev: 12204
This commit is contained in:
parent
9461f1faab
commit
92ed38a6a4
2 changed files with 2 additions and 4 deletions
|
@ -9,8 +9,6 @@
|
|||
* paragraphLayout doesn't make much sense without
|
||||
* BreakIterator...
|
||||
*/
|
||||
#if ! UCONFIG_NO_BREAK_ITERATION
|
||||
|
||||
#include "layout/LETypes.h"
|
||||
#include "layout/LELanguages.h"
|
||||
#include "layout/LayoutEngine.h"
|
||||
|
@ -20,6 +18,7 @@
|
|||
#include "unicode/uchriter.h"
|
||||
#include "unicode/brkiter.h"
|
||||
|
||||
#if ! UCONFIG_NO_BREAK_ITERATION
|
||||
#include "LXUtilities.h"
|
||||
#include "usc_impl.h" /* this is currently private! */
|
||||
#include "cstring.h" /* this too! */
|
||||
|
|
|
@ -13,9 +13,8 @@
|
|||
* ParagraphLayout doesn't make much sense without
|
||||
* BreakIterator...
|
||||
*/
|
||||
#if ! UCONFIG_NO_BREAK_ITERATION
|
||||
|
||||
#include "unicode/uscript.h"
|
||||
#if ! UCONFIG_NO_BREAK_ITERATION
|
||||
|
||||
#include "layout/LETypes.h"
|
||||
#include "layout/LEFontInstance.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue