OSDN Git Service

Properly include bta/gatt/database_builder
authorChris Manton <cmanton@google.com>
Thu, 28 Jan 2021 04:03:01 +0000 (20:03 -0800)
committerChris Manton <cmanton@google.com>
Mon, 1 Feb 2021 02:08:43 +0000 (18:08 -0800)
Include what you use

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working

Change-Id: Ia6f6c91ba9c87fae94824bd14edde00beb8b8de5

bta/gatt/database_builder.h

index 8ca7c0c..e9ae030 100644 (file)
@@ -18,7 +18,7 @@
 
 #pragma once
 
-#include "gatt/database.h"
+#include "bta/gatt/database.h"
 
 #include <utility>