Fix include guards for initialize.h.

This commit is contained in:
Gunnar Beutner 2013-08-01 11:10:02 +02:00
parent 167b4ac714
commit b9e988f309
1 changed files with 3 additions and 3 deletions

View File

@ -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 */