diff options
author | Malte Brandy <malte.brandy@maralorn.de> | 2016-11-06 12:38:04 +0100 |
---|---|---|
committer | Malte Brandy <malte.brandy@maralorn.de> | 2016-11-06 12:38:04 +0100 |
commit | 3249179dda1a6e624c1ccbe98ed4503eebed60a0 (patch) | |
tree | 198aad0c4dd901dcc18614628200bf8ae04ecd3c /kcoreaddons_export.h | |
parent | 9a1270dbf8cf6c2dc9337c33a3c59b437676548c (diff) | |
download | libquotient-3249179dda1a6e624c1ccbe98ed4503eebed60a0.tar.gz libquotient-3249179dda1a6e624c1ccbe98ed4503eebed60a0.zip |
Use #pragma once everywhere
Diffstat (limited to 'kcoreaddons_export.h')
-rw-r--r-- | kcoreaddons_export.h | 5 |
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 |