X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..e4f10fab0c078f399c9deef476d9c9b73b47dff8:/icuSources/test/intltest/textfile.h diff --git a/icuSources/test/intltest/textfile.h b/icuSources/test/intltest/textfile.h index 9111eebf..e51119d4 100644 --- a/icuSources/test/intltest/textfile.h +++ b/icuSources/test/intltest/textfile.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2004, International Business Machines +* Copyright (c) 2004-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Author: Alan Liu @@ -11,8 +11,7 @@ #ifndef __ICU_INTLTEST_TEXTFILE__ #define __ICU_INTLTEST_TEXTFILE__ -#include "unicode/utypes.h" -#include "unicode/unistr.h" +#include "intltest.h" #include "filestrm.h" /** @@ -42,7 +41,7 @@ class TextFile { /** * Read a line, ignoring blank lines and lines that start with * '#'. Trim leading white space. - * @param trim if TRUE then remove leading rule white space + * @param trim if TRUE then remove leading Pattern_White_Space * @return TRUE if a line was read, or FALSE if the EOF * was reached or an error occurred */