diff options
Diffstat (limited to 'Swiften/Elements/StartTLSRequest.h')
| -rw-r--r-- | Swiften/Elements/StartTLSRequest.h | 10 | 
1 files changed, 3 insertions, 7 deletions
| diff --git a/Swiften/Elements/StartTLSRequest.h b/Swiften/Elements/StartTLSRequest.h index 8ce40ec..e284f75 100644 --- a/Swiften/Elements/StartTLSRequest.h +++ b/Swiften/Elements/StartTLSRequest.h @@ -4,17 +4,13 @@   * See Documentation/Licenses/GPLv3.txt for more information.   */ -#ifndef SWIFTEN_StartTLSRequest_H -#define SWIFTEN_StartTLSRequest_H +#pragma once -#include "Swiften/Elements/Element.h" +#include <Swiften/Elements/Element.h>  namespace Swift { -	class StartTLSRequest : public Element -	{ +	class StartTLSRequest : public Element {  		public:  			StartTLSRequest() {}  	};  } - -#endif | 
 Swift
 Swift