diff options
Diffstat (limited to 'Swiften/Serializer/CompressRequestSerializer.h')
-rw-r--r-- | Swiften/Serializer/CompressRequestSerializer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/Serializer/CompressRequestSerializer.h b/Swiften/Serializer/CompressRequestSerializer.h index 2cdb930..7cbca68 100644 --- a/Swiften/Serializer/CompressRequestSerializer.h +++ b/Swiften/Serializer/CompressRequestSerializer.h @@ -4,8 +4,7 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ -#ifndef SWIFTEN_COMPRESSREQUESTSERIALIZER_H -#define SWIFTEN_COMPRESSREQUESTSERIALIZER_H +#pragma once #include <boost/shared_ptr.hpp> @@ -20,5 +19,3 @@ namespace Swift { virtual bool canSerialize(boost::shared_ptr<Element> element) const; }; } - -#endif |