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