diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-10 19:36:12 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-10 19:36:12 +0200 |
commit | ca375cc8af4bb9d3a870dd0ff81e9853be216c87 (patch) | |
tree | 2dce91e7281b45f1c5bfd0f971f4b2ca24ed6333 /src/utils.h | |
parent | 4f40c3056a68151f52422d54572fa72c0f19151d (diff) | |
download | ledger-ca375cc8af4bb9d3a870dd0ff81e9853be216c87.tar.gz ledger-ca375cc8af4bb9d3a870dd0ff81e9853be216c87.tar.bz2 ledger-ca375cc8af4bb9d3a870dd0ff81e9853be216c87.zip |
Use #pragma once
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h index 9cc51396..7ca5935a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -41,8 +41,7 @@ * * @brief General utility facilities used by Ledger */ -#ifndef INCLUDED_UTILS_H -#define INCLUDED_UTILS_H +#pragma once #include <boost/uuid/detail/sha1.hpp> @@ -633,5 +632,3 @@ extern const string version; } // namespace ledger /*@}*/ - -#endif // INCLUDED_UTILS_H |