aboutsummaryrefslogtreecommitdiff
path: root/cast/common/channel/message_framer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/common/channel/message_framer.cc')
-rw-r--r--cast/common/channel/message_framer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cast/common/channel/message_framer.cc b/cast/common/channel/message_framer.cc
index 97a82466..2494a6ea 100644
--- a/cast/common/channel/message_framer.cc
+++ b/cast/common/channel/message_framer.cc
@@ -10,8 +10,8 @@
#include <limits>
#include "cast/common/channel/proto/cast_channel.pb.h"
-#include "platform/api/logging.h"
#include "util/big_endian.h"
+#include "util/logging.h"
namespace cast {
namespace channel {