diff options
Diffstat (limited to 'src/module/integrated/version_checking_module/SoftwareVersion.h')
-rw-r--r-- | src/module/integrated/version_checking_module/SoftwareVersion.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/module/integrated/version_checking_module/SoftwareVersion.h b/src/module/integrated/version_checking_module/SoftwareVersion.h index 2d4fa092..a95c8b20 100644 --- a/src/module/integrated/version_checking_module/SoftwareVersion.h +++ b/src/module/integrated/version_checking_module/SoftwareVersion.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_MODULE_SOFTWAREVERSION_H -#define GPGFRONTEND_MODULE_SOFTWAREVERSION_H +#pragma once #include <module/sdk/GpgFrontendModuleSDK.h> @@ -84,5 +83,3 @@ struct SoftwareVersion { static int version_compare(const std::string& a, const std::string& b); }; } // namespace GpgFrontend::Module::Integrated::VersionCheckingModule - -#endif // GPGFRONTEND_MODULE_SOFTWAREVERSION_H |