diff options
Diffstat (limited to 'src/module/GpgFrontendModuleInit.h')
-rw-r--r-- | src/module/GpgFrontendModuleInit.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/module/GpgFrontendModuleInit.h b/src/module/GpgFrontendModuleInit.h index 74c5b020..87d7994c 100644 --- a/src/module/GpgFrontendModuleInit.h +++ b/src/module/GpgFrontendModuleInit.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_GPGFRONTENDMODULEINIT_H -#define GPGFRONTEND_GPGFRONTENDMODULEINIT_H +#pragma once #include "module/GpgFrontendModule.h" @@ -46,5 +45,3 @@ void GPGFRONTEND_MODULE_EXPORT LoadGpgFrontendModules(); void GPGFRONTEND_MODULE_EXPORT ShutdownGpgFrontendModules(); }; // namespace GpgFrontend::Module - -#endif // GPGFRONTEND_GPGFRONTENDMODULEINIT_H |