From: Michael Ow Date: Mon, 13 Aug 2012 17:21:00 +0000 (+0000) Subject: ICU-9380 Reorder header files to fix HP build error. X-Git-Tag: milestone-59-0-1~3668 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5015b2033ba0ccb93d698394273b7a17ee90fee8;p=icu ICU-9380 Reorder header files to fix HP build error. X-SVN-Rev: 32162 --- diff --git a/icu4c/source/common/cmemory.h b/icu4c/source/common/cmemory.h index 38622c408bb..f5c063b2ec7 100644 --- a/icu4c/source/common/cmemory.h +++ b/icu4c/source/common/cmemory.h @@ -24,9 +24,10 @@ #ifndef CMEMORY_H #define CMEMORY_H +#include "unicode/utypes.h" + #include #include -#include "unicode/utypes.h" #include "unicode/localpointer.h" #if U_DEBUG && defined(UPRV_MALLOC_COUNT)