AudioFlinger: Update Tracks class includes
Test: atest AudioRecordTest AudioTrackTest
Test: Camera YouTube
Bug: 292018229
Merged-In: Ie887572d9b2545bff9f15f38fd9b29d78e6e3f74
Change-Id: Ie887572d9b2545bff9f15f38fd9b29d78e6e3f74
diff --git a/services/audioflinger/TrackBase.h b/services/audioflinger/TrackBase.h
index 194a515..5708c61 100644
--- a/services/audioflinger/TrackBase.h
+++ b/services/audioflinger/TrackBase.h
@@ -17,6 +17,18 @@
#pragma once
+#include "Configuration.h" // TEE_SINK
+#include "IAfTrack.h"
+
+#include <afutils/NBAIO_Tee.h>
+#include <android-base/macros.h> // DISALLOW_COPY_AND_ASSIGN
+#include <datapath/TrackMetrics.h>
+#include <mediautils/BatteryNotifier.h>
+
+#include <atomic> // avoid transitive dependency
+#include <list> // avoid transitive dependency
+#include <optional> // avoid transitive dependency
+
namespace android {
// base for record and playback