diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-05-02 18:56:15 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-05-02 18:56:15 (GMT) |
commit | 5e766d702dc0fe255732731b77018d256cdee6b0 (patch) | |
tree | be22bdd6a08e154ab89adebd29e7aed4f23a9360 /Swiften/Parser/PayloadParsers/SecurityLabelParserFactory.h | |
parent | 81443e9863763187a4d6e40a5b7c75be6ad39809 (diff) | |
download | swift-contrib-5e766d702dc0fe255732731b77018d256cdee6b0.zip swift-contrib-5e766d702dc0fe255732731b77018d256cdee6b0.tar.bz2 |
Replace header include guards by pragma once.
Diffstat (limited to 'Swiften/Parser/PayloadParsers/SecurityLabelParserFactory.h')
-rw-r--r-- | Swiften/Parser/PayloadParsers/SecurityLabelParserFactory.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Swiften/Parser/PayloadParsers/SecurityLabelParserFactory.h b/Swiften/Parser/PayloadParsers/SecurityLabelParserFactory.h index 9d5d86a..47c4a0c 100644 --- a/Swiften/Parser/PayloadParsers/SecurityLabelParserFactory.h +++ b/Swiften/Parser/PayloadParsers/SecurityLabelParserFactory.h @@ -4,8 +4,7 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ -#ifndef SWIFTEN_SecurityLabelParserFactory_H -#define SWIFTEN_SecurityLabelParserFactory_H +#pragma once #include <Swiften/Parser/GenericPayloadParserFactory.h> #include <Swiften/Parser/PayloadParsers/SecurityLabelParser.h> @@ -16,5 +15,3 @@ namespace Swift { SecurityLabelParserFactory() : GenericPayloadParserFactory<SecurityLabelParser>("securitylabel", "urn:xmpp:sec-label:0") {} }; } - -#endif |