diff options
Diffstat (limited to 'src/core/model/GpgKeySignature.h')
-rw-r--r-- | src/core/model/GpgKeySignature.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/model/GpgKeySignature.h b/src/core/model/GpgKeySignature.h index 08cdb044..4324d6c6 100644 --- a/src/core/model/GpgKeySignature.h +++ b/src/core/model/GpgKeySignature.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_GPGKEYSIGNATURE_H -#define GPGFRONTEND_GPGKEYSIGNATURE_H +#pragma once #include <boost/date_time.hpp> #include <string> @@ -195,5 +194,3 @@ class GPGFRONTEND_CORE_EXPORT GpgKeySignature { }; } // namespace GpgFrontend - -#endif // GPGFRONTEND_GPGKEYSIGNATURE_H |