mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-22053 Clean up usages of Macro Header Guards
This commit is contained in:
parent
0dcb1cb065
commit
1eb6f38b96
4 changed files with 5 additions and 10 deletions
|
@ -4,6 +4,9 @@
|
|||
// bytesinkutil.h
|
||||
// created: 2017sep14 Markus W. Scherer
|
||||
|
||||
#ifndef BYTESINKUTIL_H
|
||||
#define BYTESINKUTIL_H
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/bytestream.h"
|
||||
#include "unicode/edits.h"
|
||||
|
@ -81,3 +84,5 @@ private:
|
|||
};
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
#endif //BYTESINKUTIL_H
|
||||
|
|
|
@ -24,14 +24,12 @@
|
|||
#include "unicode/uobject.h"
|
||||
#include "ztrans.h"
|
||||
|
||||
#ifndef UCNV_H
|
||||
struct VZone;
|
||||
/**
|
||||
* A UnicodeSet. Use the vzone_* API to manipulate. Create with
|
||||
* vzone_open*, and destroy with vzone_close.
|
||||
*/
|
||||
typedef struct VZone VZone;
|
||||
#endif
|
||||
|
||||
/*********************************************************************
|
||||
* VZone API
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "unicode/uobject.h"
|
||||
|
||||
#ifndef UCNV_H
|
||||
|
||||
/**
|
||||
* A TimeZoneRule. Use the zrule_* API to manipulate. Create with
|
||||
* zrule_open*, and destroy with zrule_close.
|
||||
|
@ -43,8 +41,6 @@ typedef struct IZRule IZRule;
|
|||
struct AZRule;
|
||||
typedef struct AZRule AZRule;
|
||||
|
||||
#endif
|
||||
|
||||
/*********************************************************************
|
||||
* ZRule API
|
||||
*********************************************************************/
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "unicode/uobject.h"
|
||||
|
||||
#ifndef UCNV_H
|
||||
|
||||
/**
|
||||
* A TimeZoneTransition. Use the ztrans_* API to manipulate. Create with
|
||||
* ztrans_open*, and destroy with ztrans_close.
|
||||
|
@ -29,8 +27,6 @@
|
|||
struct ZTrans;
|
||||
typedef struct ZTrans ZTrans;
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Constructs a time zone transition with the time and the rules before/after
|
||||
* the transition.
|
||||
|
|
Loading…
Add table
Reference in a new issue