ICU-7673 Fix to use #include "" for ICU includes, reorder as necessary
X-SVN-Rev: 28047
This commit is contained in:
parent
3f850eeea7
commit
e2d45f564f
@ -175,10 +175,10 @@
|
||||
/* ------------------------------------------------------------------ */
|
||||
|
||||
#include <stdlib.h> /* for malloc, free, etc. */
|
||||
#include <cmemory.h> /* for uprv_malloc, etc., in ICU */
|
||||
/* #include <stdio.h> */ /* for printf [if needed] */
|
||||
#include <string.h> /* for strcpy */
|
||||
#include <ctype.h> /* for lower */
|
||||
#include "cmemory.h" /* for uprv_malloc, etc., in ICU */
|
||||
#include "decNumber.h" /* base number library */
|
||||
#include "decNumberLocal.h" /* decNumber local types, etc. */
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
#ifndef _REGEXTXT_H
|
||||
#define _REGEXTXT_H
|
||||
|
||||
#include <unicode/utypes.h>
|
||||
#include <unicode/utext.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/utext.h"
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
|
@ -8,15 +8,14 @@
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unicode/utext.h>
|
||||
#include <unicode/utf8.h>
|
||||
#include <unicode/ustring.h>
|
||||
#include <unicode/uchriter.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/utext.h"
|
||||
#include "unicode/utf8.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include "unicode/uchriter.h"
|
||||
#include "utxttest.h"
|
||||
|
||||
static UBool gFailed = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user