summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/PubSubEventSubscription.h')
-rw-r--r--Swiften/Elements/PubSubEventSubscription.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Elements/PubSubEventSubscription.h b/Swiften/Elements/PubSubEventSubscription.h
index d5df5d8..8d681b7 100644
--- a/Swiften/Elements/PubSubEventSubscription.h
+++ b/Swiften/Elements/PubSubEventSubscription.h
@@ -9,12 +9,12 @@
#include <Swiften/Base/Override.h>
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
+#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/optional.hpp>
#include <string>
-#include <boost/date_time/posix_time/posix_time_types.hpp>
-#include <Swiften/JID/JID.h>
#include <Swiften/Elements/PubSubEventPayload.h>
+#include <Swiften/JID/JID.h>
namespace Swift {
class SWIFTEN_API PubSubEventSubscription : public PubSubEventPayload {