mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
Fix include guards for initialize.h.
This commit is contained in:
parent
167b4ac714
commit
b9e988f309
@ -17,8 +17,8 @@
|
|||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
#ifndef UTILITY_H
|
#ifndef INITIALIZE_H
|
||||||
#define UTILITY_H
|
#define INITIALIZE_H
|
||||||
|
|
||||||
#include "base/i2-base.h"
|
#include "base/i2-base.h"
|
||||||
|
|
||||||
@ -39,4 +39,4 @@ inline bool InitializeOnceHelper(InitializeFunc func)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* UTILITY_H */
|
#endif /* INITIALIZE_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user