diff options
Diffstat (limited to 'src/core/model/GpgSubKey.h')
-rw-r--r-- | src/core/model/GpgSubKey.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/model/GpgSubKey.h b/src/core/model/GpgSubKey.h index 4e1568fa..6d7ead84 100644 --- a/src/core/model/GpgSubKey.h +++ b/src/core/model/GpgSubKey.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_GPGSUBKEY_H -#define GPGFRONTEND_GPGSUBKEY_H +#pragma once #include <boost/date_time.hpp> #include <string> @@ -223,5 +222,3 @@ class GPGFRONTEND_CORE_EXPORT GpgSubKey { }; } // namespace GpgFrontend - -#endif // GPGFRONTEND_GPGSUBKEY_H |