diff options
author | saturneric <[email protected]> | 2023-10-23 10:27:25 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-23 10:27:25 +0000 |
commit | 8fdeb3af49999f29e017b7f7a70bd36f020ba721 (patch) | |
tree | db90267c3c88d488570a8e359bd511b64c5686d8 /src/module/GpgFrontendModule.h | |
parent | feat: improve project structure and add GRT for modules (diff) | |
download | GpgFrontend-8fdeb3af49999f29e017b7f7a70bd36f020ba721.tar.gz GpgFrontend-8fdeb3af49999f29e017b7f7a70bd36f020ba721.zip |
perf: reduce header includes and improve build speed
Diffstat (limited to 'src/module/GpgFrontendModule.h')
-rw-r--r-- | src/module/GpgFrontendModule.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/module/GpgFrontendModule.h b/src/module/GpgFrontendModule.h index 91deda72..cf7d8557 100644 --- a/src/module/GpgFrontendModule.h +++ b/src/module/GpgFrontendModule.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_GPGFRONTENDMODULE_H -#define GPGFRONTEND_GPGFRONTENDMODULE_H +#pragma once /** * Project internal dependencies @@ -35,5 +34,3 @@ #include "GpgFrontend.h" #include "GpgFrontendModuleExport.h" #include "core/GpgFrontendCore.h" - -#endif // GPGFRONTEND_GPGFRONTENDMODULE_H
\ No newline at end of file |