diff options
Diffstat (limited to 'Swiften/Elements/CompressRequest.h')
-rw-r--r-- | Swiften/Elements/CompressRequest.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/Elements/CompressRequest.h b/Swiften/Elements/CompressRequest.h index cb2f8d2..b6fcc64 100644 --- a/Swiften/Elements/CompressRequest.h +++ b/Swiften/Elements/CompressRequest.h @@ -4,8 +4,7 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ -#ifndef SWIFTEN_CompressRequest_H -#define SWIFTEN_CompressRequest_H +#pragma once #include <Swiften/Elements/Element.h> @@ -27,5 +26,3 @@ namespace Swift { std::string method_; }; } - -#endif |