diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-19 19:08:10 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-20 12:55:03 -0700 |
commit | 0795272aa226f4e965968a03daddc53ce30b7cda (patch) | |
tree | 6b4e8ba5e57c5dcf2dd770c24e14c43eda42fdd7 /media/sdutils | |
parent | 25ba5b6564224dceefa086b5c439ef28dad530ca (diff) | |
download | frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.zip frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.gz frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.bz2 |
move libbinder's header files under includes/binder
Diffstat (limited to 'media/sdutils')
-rw-r--r-- | media/sdutils/sdutil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/sdutils/sdutil.cpp b/media/sdutils/sdutil.cpp index a9aabf0..6f0cdfb 100644 --- a/media/sdutils/sdutil.cpp +++ b/media/sdutils/sdutil.cpp @@ -15,8 +15,8 @@ */ #include <hardware_legacy/IMountService.h> -#include <utils/BpBinder.h> -#include <utils/IServiceManager.h> +#include <binder/BpBinder.h> +#include <binder/IServiceManager.h> #include <stdio.h> #include <stdlib.h> |