summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/ScreenSharing/VP8RTPPacketizer.h')
-rw-r--r--Swiften/ScreenSharing/VP8RTPPacketizer.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/Swiften/ScreenSharing/VP8RTPPacketizer.h b/Swiften/ScreenSharing/VP8RTPPacketizer.h
index 50cc8a0..d5343c0 100644
--- a/Swiften/ScreenSharing/VP8RTPPacketizer.h
+++ b/Swiften/ScreenSharing/VP8RTPPacketizer.h
@@ -6,12 +6,14 @@
#pragma once
-#include <boost/shared_ptr.hpp>
+#include <Swiften/Base/boost_bsignals.h>
+
#include <vector>
#include <stdint.h>
-#include <Swiften/Base/boost_bsignals.h>
-#include "vpx/vpx_encoder.h"
+#include <boost/shared_ptr.hpp>
+
+#include "vpx/vpx_encoder.h"
namespace Swift {
class VP8RTPPacketizer {