diff options
Diffstat (limited to 'Swiften/Elements/StartSession.h')
-rw-r--r-- | Swiften/Elements/StartSession.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/Elements/StartSession.h b/Swiften/Elements/StartSession.h index d7a18c1..7aeb611 100644 --- a/Swiften/Elements/StartSession.h +++ b/Swiften/Elements/StartSession.h @@ -4,8 +4,7 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ -#ifndef SWIFTEN_StartSession_H -#define SWIFTEN_StartSession_H +#pragma once #include <string> #include <Swiften/Elements/Payload.h> @@ -16,5 +15,3 @@ namespace Swift { StartSession() {} }; } - -#endif |