ICU-2896 uconfig.h, #if's have to go after they are defined

X-SVN-Rev: 12204
This commit is contained in:
Steven R. Loomis 2003-05-30 22:29:22 +00:00
parent 9461f1faab
commit 92ed38a6a4
2 changed files with 2 additions and 4 deletions

View file

@ -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! */

View file

@ -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"