diff options
author | Glenn Kasten <gkasten@google.com> | 2012-01-18 14:54:46 -0800 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-01-18 16:06:47 -0800 |
commit | a6dafea172ac344f38cf4255c8896766f10b7b55 (patch) | |
tree | 001a395bf1753e632aa35f056e45c77741641942 /core/jni | |
parent | 540c35f7aa01f7eba849148ea8b22eff351ce16d (diff) | |
download | frameworks_base-a6dafea172ac344f38cf4255c8896766f10b7b55.zip frameworks_base-a6dafea172ac344f38cf4255c8896766f10b7b55.tar.gz frameworks_base-a6dafea172ac344f38cf4255c8896766f10b7b55.tar.bz2 |
Fix incorrect includes of AudioTrack.h
Remove unnecessary includes of AudioTrack.h.
Use forward declaration of class names in preference to #include when possible.
Change-Id: I12982811fa75c2c7695d8bbfa595a7aaec047dc0
Diffstat (limited to 'core/jni')
-rw-r--r-- | core/jni/android_media_AudioSystem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/jni/android_media_AudioSystem.cpp b/core/jni/android_media_AudioSystem.cpp index 8341e4c..5f61e16 100644 --- a/core/jni/android_media_AudioSystem.cpp +++ b/core/jni/android_media_AudioSystem.cpp @@ -28,7 +28,6 @@ #include "android_runtime/AndroidRuntime.h" #include <media/AudioSystem.h> -#include <media/AudioTrack.h> #include <system/audio.h> #include <system/audio_policy.h> |