aboutsummaryrefslogtreecommitdiff
path: root/streaming/cast/receiver_packet_router.cc
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/cast/receiver_packet_router.cc')
-rw-r--r--streaming/cast/receiver_packet_router.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/cast/receiver_packet_router.cc b/streaming/cast/receiver_packet_router.cc
index dfba572d..7fd6b7cd 100644
--- a/streaming/cast/receiver_packet_router.cc
+++ b/streaming/cast/receiver_packet_router.cc
@@ -7,9 +7,9 @@
#include <algorithm>
#include <iomanip>
-#include "platform/api/logging.h"
#include "streaming/cast/packet_util.h"
#include "streaming/cast/receiver.h"
+#include "util/logging.h"
namespace openscreen {
namespace cast_streaming {