aboutsummaryrefslogtreecommitdiff
path: root/streaming/cast/rtp_packetizer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/cast/rtp_packetizer.cc')
-rw-r--r--streaming/cast/rtp_packetizer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/cast/rtp_packetizer.cc b/streaming/cast/rtp_packetizer.cc
index 18850433..b2e59f88 100644
--- a/streaming/cast/rtp_packetizer.cc
+++ b/streaming/cast/rtp_packetizer.cc
@@ -8,11 +8,11 @@
#include <limits>
#include <random>
-#include "platform/api/logging.h"
#include "platform/api/time.h"
#include "streaming/cast/packet_util.h"
#include "util/big_endian.h"
#include "util/integer_division.h"
+#include "util/logging.h"
namespace openscreen {
namespace cast_streaming {