diff options
author | Glenn Kasten <gkasten@google.com> | 2011-07-08 09:34:50 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2011-12-14 13:33:51 -0800 |
commit | d1d8f23dde239289ba8c0de0944baaca3586c880 (patch) | |
tree | ceacf0750fdfd6dcaab6f9c690a988a9156811ea /services/audioflinger/AudioPolicyService.cpp | |
parent | eebeceec684a36222b4559e3157b0db04c0a67ed (diff) | |
download | frameworks_av-d1d8f23dde239289ba8c0de0944baaca3586c880.zip frameworks_av-d1d8f23dde239289ba8c0de0944baaca3586c880.tar.gz frameworks_av-d1d8f23dde239289ba8c0de0944baaca3586c880.tar.bz2 |
Fix includes
Remove unused #include dlfcn.h
Add #include String8.h
Forward class declaration is only for references and pointers.
In this case, we need the full class declaration,
and were incorrectly depending on another header file to do it.
Change-Id: Iff65cceb3982698cc1ebaeec405695fc190c03ff
Diffstat (limited to 'services/audioflinger/AudioPolicyService.cpp')
-rw-r--r-- | services/audioflinger/AudioPolicyService.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/AudioPolicyService.cpp b/services/audioflinger/AudioPolicyService.cpp index 840d70d..bc4c90c 100644 --- a/services/audioflinger/AudioPolicyService.cpp +++ b/services/audioflinger/AudioPolicyService.cpp @@ -31,7 +31,6 @@ #include <utils/threads.h> #include "AudioPolicyService.h" #include <cutils/properties.h> -#include <dlfcn.h> #include <hardware_legacy/power.h> #include <media/AudioEffect.h> #include <media/EffectsFactoryApi.h> |