diff options
Diffstat (limited to 'Swiften/Parser/PayloadParsers/ResourceBindParser.h')
-rw-r--r-- | Swiften/Parser/PayloadParsers/ResourceBindParser.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/Parser/PayloadParsers/ResourceBindParser.h b/Swiften/Parser/PayloadParsers/ResourceBindParser.h index 0984867..e604751 100644 --- a/Swiften/Parser/PayloadParsers/ResourceBindParser.h +++ b/Swiften/Parser/PayloadParsers/ResourceBindParser.h @@ -4,8 +4,7 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ -#ifndef SWIFTEN_ResourceBindParser_H -#define SWIFTEN_ResourceBindParser_H +#pragma once #include <Swiften/Elements/ResourceBind.h> #include <Swiften/Parser/GenericPayloadParser.h> @@ -26,5 +25,3 @@ namespace Swift { std::string text_; }; } - -#endif |