summaryrefslogtreecommitdiffstats
path: root/include/media/IAudioRecord.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-19 19:08:10 -0700
committerMathias Agopian <mathias@google.com>2009-05-20 12:55:03 -0700
commit0795272aa226f4e965968a03daddc53ce30b7cda (patch)
tree6b4e8ba5e57c5dcf2dd770c24e14c43eda42fdd7 /include/media/IAudioRecord.h
parent25ba5b6564224dceefa086b5c439ef28dad530ca (diff)
downloadframeworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.zip
frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.gz
frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.bz2
move libbinder's header files under includes/binder
Diffstat (limited to 'include/media/IAudioRecord.h')
-rw-r--r--include/media/IAudioRecord.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/IAudioRecord.h b/include/media/IAudioRecord.h
index 9d45d2d..46735de 100644
--- a/include/media/IAudioRecord.h
+++ b/include/media/IAudioRecord.h
@@ -22,8 +22,8 @@
#include <utils/RefBase.h>
#include <utils/Errors.h>
-#include <utils/IInterface.h>
-#include <utils/IMemory.h>
+#include <binder/IInterface.h>
+#include <binder/IMemory.h>
namespace android {