diff options
Diffstat (limited to 'state.h')
-rw-r--r-- | state.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -16,8 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef QMATRIXCLIENT_STATE_H -#define QMATRIXCLIENT_STATE_H +#pragma once #include <QtCore/QString> #include <QtCore/QJsonObject> @@ -46,5 +45,3 @@ namespace QMatrixClient Private* d; }; } - -#endif // QMATRIXCLIENT_STATE_H
\ No newline at end of file |