diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-11-14 08:10:26 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-11-14 08:10:26 +0900 |
commit | f84b3afb1e7c4662bdda55b9cf8e871083350937 (patch) | |
tree | 1dc47a05e0bce933ecb6fde9ae29545388063761 /jobs/passwordlogin.h | |
parent | 2a9caefa6bdce4a6c3a8847f166de16a69dd95dd (diff) | |
parent | bc3ab9fdd3efc1fc40d6cef919e68246afb1ac83 (diff) | |
download | libquotient-f84b3afb1e7c4662bdda55b9cf8e871083350937.tar.gz libquotient-f84b3afb1e7c4662bdda55b9cf8e871083350937.zip |
Merge branch 'pragma-once'
Diffstat (limited to 'jobs/passwordlogin.h')
-rw-r--r-- | jobs/passwordlogin.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/jobs/passwordlogin.h b/jobs/passwordlogin.h index 156865a3..c1291389 100644 --- a/jobs/passwordlogin.h +++ b/jobs/passwordlogin.h @@ -16,8 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef QMATRIXCLIENT_PASSWORDLOGIN_H -#define QMATRIXCLIENT_PASSWORDLOGIN_H +#pragma once #include "basejob.h" @@ -43,5 +42,3 @@ namespace QMatrixClient Private* d; }; } - -#endif // QMATRIXCLIENT_PASSWORDLOGIN_H |