ICU-1533 add #ifndef around header

X-SVN-Rev: 7048
This commit is contained in:
Alan Liu 2001-11-21 07:01:42 +00:00
parent 455ebd3ee2
commit 8986e13b6a

View File

@ -7,6 +7,8 @@
* 11/19/2001 aliu Creation.
**********************************************************************
*/
#ifndef ICU_UTIL_H
#define ICU_UTIL_H
#include "unicode/utypes.h"
#include "unicode/unistr.h"
@ -42,4 +44,5 @@ class Utility {
U_NAMESPACE_END
#endif
//eof