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 /joinstate.h | |
parent | 9a1270dbf8cf6c2dc9337c33a3c59b437676548c (diff) | |
download | libquotient-3249179dda1a6e624c1ccbe98ed4503eebed60a0.tar.gz libquotient-3249179dda1a6e624c1ccbe98ed4503eebed60a0.zip |
Use #pragma once everywhere
Diffstat (limited to 'joinstate.h')
-rw-r--r-- | joinstate.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/joinstate.h b/joinstate.h index e7175b2b..348ca8a6 100644 --- a/joinstate.h +++ b/joinstate.h @@ -16,8 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef QMATRIXCLIENT_JOINSTATE_H -#define QMATRIXCLIENT_JOINSTATE_H +#pragma once namespace QMatrixClient { @@ -28,5 +27,3 @@ namespace QMatrixClient Leave }; } - -#endif // QMATRIXCLIENT_JOINSTATE_H
\ No newline at end of file |