summaryrefslogtreecommitdiffstats
path: root/btif/src/stack_manager.c
diff options
context:
space:
mode:
authorChris Manton <cmanton@google.com>2014-10-31 14:54:51 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-03-16 16:51:39 -0700
commit79ecab5d0418fde77e9afcdd451bd713af73e180 (patch)
tree7c7e5da28f6f83c34c97a6f77771f90d080213bd /btif/src/stack_manager.c
parent4c457b5fadd6367c32089b365493966bdcbe3f2a (diff)
downloadandroid_system_bt-79ecab5d0418fde77e9afcdd451bd713af73e180.tar.gz
android_system_bt-79ecab5d0418fde77e9afcdd451bd713af73e180.tar.bz2
android_system_bt-79ecab5d0418fde77e9afcdd451bd713af73e180.zip
Move controller module to device directory
Diffstat (limited to 'btif/src/stack_manager.c')
-rw-r--r--btif/src/stack_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/stack_manager.c b/btif/src/stack_manager.c
index f83c384b0..3928dd5ce 100644
--- a/btif/src/stack_manager.c
+++ b/btif/src/stack_manager.c
@@ -23,7 +23,7 @@
#include "btif_api.h"
#include "btif_common.h"
-#include "controller.h"
+#include "device/include/controller.h"
#include "module.h"
#include "osi.h"
#include "semaphore.h"