Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1d5c7f6 authored by Chris Manton's avatar Chris Manton
Browse files

common::message_loop_thread: IWYU

Bug: 317106569
Test: m .
Flag: EXEMPT, IWYU

Change-Id: Id4edebda45abc52f4ffcf4dfebaa2d63e50898a8
parent f621a52d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -16,18 +16,19 @@

#include "message_loop_thread.h"

#include <base/functional/callback.h>
#include <base/location.h>
#include <base/logging.h>
#include <base/strings/stringprintf.h>
#include <sys/syscall.h>
#include <unistd.h>

#include <future>
#include <mutex>
#include <string>
#include <thread>

#include "gd/common/init_flags.h"
#include "osi/include/log.h"

namespace bluetooth {

namespace common {

static constexpr int kRealTimeFifoSchedulingPriority = 1;
@@ -205,5 +206,4 @@ void MessageLoopThread::Post(base::OnceClosure closure) {
}

}  // namespace common

}  // namespace bluetooth