ICU-9380 Reorder header files to fix HP build error.

X-SVN-Rev: 32162
This commit is contained in:
Michael Ow 2012-08-13 17:21:00 +00:00
parent ce96470daf
commit 5015b2033b

View file

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