]> granicus.if.org Git - icu/commitdiff
ICU-9380 Reorder header files to fix HP build error.
authorMichael Ow <mow@svn.icu-project.org>
Mon, 13 Aug 2012 17:21:00 +0000 (17:21 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Mon, 13 Aug 2012 17:21:00 +0000 (17:21 +0000)
X-SVN-Rev: 32162

icu4c/source/common/cmemory.h

index 38622c408bba8845db4fb6ae968bde38199565bc..f5c063b2ec79ea3c22d0a3719b04e5801f355524 100644 (file)
 #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)