From aa23836c6a5b625120671dd30f6cf3cfa23fd656 Mon Sep 17 00:00:00 2001
From: Jesse Melhuish <melhuishj@chromium.org>
Date: Mon, 19 Dec 2022 15:55:05 -0600
Subject: [PATCH] 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
---
 system/stack/gatt/connection_manager.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/stack/gatt/connection_manager.cc b/system/stack/gatt/connection_manager.cc
index 16a400a93cf..1126cc02a54 100644
--- a/system/stack/gatt/connection_manager.cc
+++ b/system/stack/gatt/connection_manager.cc
@@ -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"
-- 
GitLab