summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-05-31 09:18:43 -0700
committerGlenn Kasten <gkasten@google.com>2013-07-02 13:43:24 -0700
commit1ab85ec401801ef9a9184650d0f5a1639b45eeb9 (patch)
treec3a39f141461642c3ac3c7f1370ca679d08d80e6 /include/media/AudioSystem.h
parent8f13428cb29a9b610a9e9a0f5fea437cd2d3f032 (diff)
downloadframeworks_av-1ab85ec401801ef9a9184650d0f5a1639b45eeb9.zip
frameworks_av-1ab85ec401801ef9a9184650d0f5a1639b45eeb9.tar.gz
frameworks_av-1ab85ec401801ef9a9184650d0f5a1639b45eeb9.tar.bz2
Include what is needed
Remove old includes. Header files only include other header files that they directly need themselves. Change-Id: Ic471386808d9f42ea19ccbd59cb50a5f83a89dd0
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 09160cc..fb1d631 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -17,20 +17,18 @@
#ifndef ANDROID_AUDIOSYSTEM_H_
#define ANDROID_AUDIOSYSTEM_H_
-#include <utils/RefBase.h>
-#include <utils/threads.h>
-#include <media/IAudioFlinger.h>
-
+#include <hardware/audio_effect.h>
+#include <media/IAudioFlingerClient.h>
#include <system/audio.h>
#include <system/audio_policy.h>
-
-/* XXX: Should be include by all the users instead */
-#include <media/AudioParameter.h>
+#include <utils/Errors.h>
+#include <utils/Mutex.h>
namespace android {
typedef void (*audio_error_callback)(status_t err);
+class IAudioFlinger;
class IAudioPolicyService;
class String8;