mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-9380 Reorder header files to fix HP build error.
X-SVN-Rev: 32162
This commit is contained in:
parent
ce96470daf
commit
5015b2033b
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@
|
|||
#ifndef CMEMORY_H
|
||||
#define CMEMORY_H
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/localpointer.h"
|
||||
|
||||
#if U_DEBUG && defined(UPRV_MALLOC_COUNT)
|
||||
|
|
Loading…
Add table
Reference in a new issue