aboutsummaryrefslogtreecommitdiff
path: root/kcoreaddons_export.h
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2016-11-06 12:38:04 +0100
committerMalte Brandy <malte.brandy@maralorn.de>2016-11-06 12:38:04 +0100
commit3249179dda1a6e624c1ccbe98ed4503eebed60a0 (patch)
tree198aad0c4dd901dcc18614628200bf8ae04ecd3c /kcoreaddons_export.h
parent9a1270dbf8cf6c2dc9337c33a3c59b437676548c (diff)
downloadlibquotient-3249179dda1a6e624c1ccbe98ed4503eebed60a0.tar.gz
libquotient-3249179dda1a6e624c1ccbe98ed4503eebed60a0.zip
Use #pragma once everywhere
Diffstat (limited to 'kcoreaddons_export.h')
-rw-r--r--kcoreaddons_export.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/kcoreaddons_export.h b/kcoreaddons_export.h
index 00c13059..16e7360b 100644
--- a/kcoreaddons_export.h
+++ b/kcoreaddons_export.h
@@ -1,6 +1,5 @@
-#ifndef KCOREADDONS_EXPORT_H
-#define KCOREADDONS_EXPORT_H
+#pragma once
#ifdef KCOREADDONS_STATIC_DEFINE
# define KCOREADDONS_EXPORT
@@ -37,5 +36,3 @@
#if DEFINE_NO_DEPRECATED
# define KCOREADDONS_NO_DEPRECATED
#endif
-
-#endif