commit | 1ab85ec401801ef9a9184650d0f5a1639b45eeb9 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Fri May 31 09:18:43 2013 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Tue Jul 02 13:43:24 2013 -0700 |
tree | c3a39f141461642c3ac3c7f1370ca679d08d80e6 | |
parent | 8f13428cb29a9b610a9e9a0f5fea437cd2d3f032 [diff] [blame] |
Include what is needed Remove old includes. Header files only include other header files that they directly need themselves. Change-Id: Ic471386808d9f42ea19ccbd59cb50a5f83a89dd0
diff --git a/services/audioflinger/AudioPolicyService.cpp b/services/audioflinger/AudioPolicyService.cpp index fd4431c..eacecf0 100644 --- a/services/audioflinger/AudioPolicyService.cpp +++ b/services/audioflinger/AudioPolicyService.cpp
@@ -40,6 +40,7 @@ #include <system/audio_policy.h> #include <hardware/audio_policy.h> #include <audio_effects/audio_effects_conf.h> +#include <media/AudioParameter.h> namespace android {