summaryrefslogtreecommitdiffstats
path: root/include/media/IMediaRecorder.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
commit7562408b2261d38415453378b6188f74fda99d88 (patch)
tree6b2ac284c1b721385d695045357d9e1d60ece03a /include/media/IMediaRecorder.h
parent615a9bfbd98b90e09d868c128db84836feb658e4 (diff)
downloadframeworks_av-7562408b2261d38415453378b6188f74fda99d88.zip
frameworks_av-7562408b2261d38415453378b6188f74fda99d88.tar.gz
frameworks_av-7562408b2261d38415453378b6188f74fda99d88.tar.bz2
move libbinder's header files under includes/binder
Diffstat (limited to 'include/media/IMediaRecorder.h')
-rw-r--r--include/media/IMediaRecorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/IMediaRecorder.h b/include/media/IMediaRecorder.h
index 64d3a40..24ac82b 100644
--- a/include/media/IMediaRecorder.h
+++ b/include/media/IMediaRecorder.h
@@ -18,7 +18,7 @@
#ifndef ANDROID_IMEDIARECORDER_H
#define ANDROID_IMEDIARECORDER_H
-#include <utils/IInterface.h>
+#include <binder/IInterface.h>
namespace android {