diff options
Diffstat (limited to 'room.h')
-rw-r--r-- | room.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_ROOM_H -#define QMATRIXCLIENT_ROOM_H +#pragma once #include <QtCore/QList> #include <QtCore/QStringList> @@ -162,5 +161,3 @@ namespace QMatrixClient const Room* room; }; } - -#endif // QMATRIXCLIENT_ROOM_H |