mirror of https://github.com/Icinga/icinga2.git
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. *
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef UTILITY_H
|
||||
#define UTILITY_H
|
||||
#ifndef INITIALIZE_H
|
||||
#define INITIALIZE_H
|
||||
|
||||
#include "base/i2-base.h"
|
||||
|
||||
|
@ -39,4 +39,4 @@ inline bool InitializeOnceHelper(InitializeFunc func)
|
|||
|
||||
}
|
||||
|
||||
#endif /* UTILITY_H */
|
||||
#endif /* INITIALIZE_H */
|
||||
|
|
Loading…
Reference in New Issue