Skip to content
Snippets Groups Projects
Commit aa23836c authored by Jesse Melhuish's avatar Jesse Melhuish Committed by Jesse Melhuish
Browse files

connection_manager: Fix bind_helpers.h include

Switch which bind_helpers.h is being included to fix build.

Bug: 248340126
Test: ./build --target test
Tag: #feature
Change-Id: Id8dbe273bce7381c7f51caad0e080525ec4276e0
parent 6b35cd82
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@
#include "connection_manager.h"
#include <base/bind.h>
#include <base/bind_helpers.h>
#include <base/callback.h>
#include <base/location.h>
#include <base/logging.h>
......@@ -28,6 +27,7 @@
#include <memory>
#include <set>
#include "bind_helpers.h"
#include "internal_include/bt_trace.h"
#include "main/shim/le_scanning_manager.h"
#include "main/shim/shim.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment