summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.h b/src/main.h
index c1cf3e3f..fdb44d6a 100644
--- a/src/main.h
+++ b/src/main.h
@@ -19,8 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MAIN_H
-#define MAIN_H
+#pragma once
/**
* \mainpage
@@ -88,5 +87,3 @@
#ifndef PKG_DATADIR
#define PKG_DATADIR ""
#endif
-
-#endif