ICU-5032 Refactor code while increasing code coverage.

X-SVN-Rev: 19382
This commit is contained in:
George Rhoten 2006-03-20 07:49:49 +00:00
parent db92b0f4f9
commit 2dd590c668
2 changed files with 0 additions and 2 deletions

View file

@ -25,7 +25,6 @@
#include "unicode/ucasemap.h"
#include "cmemory.h"
#include "cintltst.h"
#include "cucdtst.h"
/* test string case mapping functions --------------------------------------- */

View file

@ -20,7 +20,6 @@
#include "unicode/ucnv.h"
#include "unicode/uiter.h"
#include "cintltst.h"
#include "cucdtst.h"
#include <string.h>
#define LENGTHOF(array) (sizeof(array)/sizeof((array)[0]))