summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-06-21 16:22:09 -0700
committerGlenn Kasten <gkasten@google.com>2012-06-25 09:31:55 -0700
commit868a6a357018e5872e064b7a13a9b891e2078962 (patch)
tree66888ef3311ea9973ef85f31abc130a35e7d6392 /include
parent46ec58976b3c04a99ce6e7eda2531543bfb151c7 (diff)
downloadframeworks_av-868a6a357018e5872e064b7a13a9b891e2078962.zip
frameworks_av-868a6a357018e5872e064b7a13a9b891e2078962.tar.gz
frameworks_av-868a6a357018e5872e064b7a13a9b891e2078962.tar.bz2
Include what you use
Change-Id: I12ef9367d05dbe069c037b1b4acd6347a8cf3ece
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioRecord.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index e05dff3..35a0a18 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -17,22 +17,15 @@
#ifndef AUDIORECORD_H_
#define AUDIORECORD_H_
-#include <stdint.h>
-#include <sys/types.h>
-
-#include <media/IAudioFlinger.h>
+#include <binder/IMemory.h>
+#include <cutils/sched_policy.h>
+#include <media/AudioSystem.h>
#include <media/IAudioRecord.h>
-
+#include <system/audio.h>
#include <utils/RefBase.h>
#include <utils/Errors.h>
-#include <binder/IInterface.h>
-#include <binder/IMemory.h>
-#include <cutils/sched_policy.h>
#include <utils/threads.h>
-#include <system/audio.h>
-#include <media/AudioSystem.h>
-
namespace android {
class audio_track_cblk_t;