diff options
Diffstat (limited to 'Swiften/Elements/PubSubOwnerAffiliations.h')
-rw-r--r-- | Swiften/Elements/PubSubOwnerAffiliations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Elements/PubSubOwnerAffiliations.h b/Swiften/Elements/PubSubOwnerAffiliations.h index 93eabd1..4aeb278 100644 --- a/Swiften/Elements/PubSubOwnerAffiliations.h +++ b/Swiften/Elements/PubSubOwnerAffiliations.h @@ -10,11 +10,11 @@ #include <Swiften/Base/API.h> #include <Swiften/Elements/Payload.h> #include <boost/shared_ptr.hpp> -#include <vector> #include <string> +#include <vector> -#include <Swiften/Elements/PubSubOwnerPayload.h> #include <Swiften/Elements/PubSubOwnerAffiliation.h> +#include <Swiften/Elements/PubSubOwnerPayload.h> namespace Swift { class SWIFTEN_API PubSubOwnerAffiliations : public PubSubOwnerPayload { |