aboutsummaryrefslogtreecommitdiffstats
path: root/src/GpgFrontendBuildInstallInfo.h.in
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-23 10:27:25 +0000
committersaturneric <[email protected]>2023-10-23 10:27:25 +0000
commit8fdeb3af49999f29e017b7f7a70bd36f020ba721 (patch)
treedb90267c3c88d488570a8e359bd511b64c5686d8 /src/GpgFrontendBuildInstallInfo.h.in
parentfeat: improve project structure and add GRT for modules (diff)
downloadGpgFrontend-8fdeb3af49999f29e017b7f7a70bd36f020ba721.tar.gz
GpgFrontend-8fdeb3af49999f29e017b7f7a70bd36f020ba721.zip
perf: reduce header includes and improve build speed
Diffstat (limited to 'src/GpgFrontendBuildInstallInfo.h.in')
-rw-r--r--src/GpgFrontendBuildInstallInfo.h.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/GpgFrontendBuildInstallInfo.h.in b/src/GpgFrontendBuildInstallInfo.h.in
index 43036308..79ae30b6 100644
--- a/src/GpgFrontendBuildInstallInfo.h.in
+++ b/src/GpgFrontendBuildInstallInfo.h.in
@@ -26,8 +26,7 @@
*
*/
-#ifndef GPGFRONTEND_BUILD_INSTALL_INFO_H_IN
-#define GPGFRONTEND_BUILD_INSTALL_INFO_H_IN
+#pragma once
/**
* Build & Install Path Information
@@ -36,6 +35,4 @@
#define APP_BIN_PATH "@CMAKE_INSTALL_FULL_BINDIR@"
#define APP_LOCALSTATE_PATH "@CMAKE_INSTALL_FULL_LOCALSTATEDIR@"
#define APP_SYSCONF_PATH "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
-#define APP_INFO_PATH "@CMAKE_INSTALL_FULL_INFODIR@"
-
-#endif // GPGFRONTEND_BUILD_INSTALL_INFO_H_IN \ No newline at end of file
+#define APP_INFO_PATH "@CMAKE_INSTALL_FULL_INFODIR@" \ No newline at end of file