Remove superfluous include directives am: 5e7fcb4bbd
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2925152 Change-Id: If51b4407e7423b8acdd7fa004dfed81a86c60c01 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
06101e215e
5 changed files with 1 additions and 4 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <aidl/Vintf.h>
|
||||
#include <android/binder_auto_utils.h>
|
||||
|
||||
#include "AudioHalBinderServiceUtil.h"
|
||||
#include "TestUtils.h"
|
||||
|
||||
using namespace android;
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include <system/audio_effects/aidl_effects_utils.h>
|
||||
#include <system/audio_effects/effect_uuid.h>
|
||||
|
||||
#include "AudioHalBinderServiceUtil.h"
|
||||
#include "EffectFactoryHelper.h"
|
||||
#include "TestUtils.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include <aidl/android/hardware/audio/effect/IFactory.h>
|
||||
|
||||
#include "AudioHalBinderServiceUtil.h"
|
||||
#include "EffectFactoryHelper.h"
|
||||
#include "TestUtils.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <android/binder_process.h>
|
||||
#include <fmq/AidlMessageQueue.h>
|
||||
|
||||
#include "AudioHalBinderServiceUtil.h"
|
||||
#include "EffectFactoryHelper.h"
|
||||
#include "EffectHelper.h"
|
||||
#include "TestUtils.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <android/binder_process.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "AudioHalBinderServiceUtil.h"
|
||||
#include "EffectHelper.h"
|
||||
#include "TestUtils.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue