diff options
Diffstat (limited to 'Swiften/Parser/PayloadParsers/SecurityLabelParser.h')
-rw-r--r-- | Swiften/Parser/PayloadParsers/SecurityLabelParser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Parser/PayloadParsers/SecurityLabelParser.h b/Swiften/Parser/PayloadParsers/SecurityLabelParser.h index b54c3be..070d185 100644 --- a/Swiften/Parser/PayloadParsers/SecurityLabelParser.h +++ b/Swiften/Parser/PayloadParsers/SecurityLabelParser.h @@ -7,8 +7,8 @@ #ifndef SWIFTEN_SecurityLabelParser_H #define SWIFTEN_SecurityLabelParser_H -#include "Swiften/Elements/SecurityLabel.h" -#include "Swiften/Parser/GenericPayloadParser.h" +#include <Swiften/Elements/SecurityLabel.h> +#include <Swiften/Parser/GenericPayloadParser.h> namespace Swift { class SerializingParser; |