diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils.h b/src/utils.h index 9af1251a..3da5b2d4 100644 --- a/src/utils.h +++ b/src/utils.h @@ -41,8 +41,8 @@ * * @brief General utility facilities used by Ledger */ -#ifndef _UTILS_H -#define _UTILS_H +#ifndef INCLUDED_UTILS_H +#define INCLUDED_UTILS_H #if (BOOST_VERSION >= 106600) #include <boost/uuid/detail/sha1.hpp> @@ -638,4 +638,4 @@ extern const string version; /*@}*/ -#endif // _UTILS_H +#endif // INCLUDED_UTILS_H |