| // Copyright 2016 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef SRC_MEDIA_AUDIO_AUDIO_CORE_FWD_DECLS_H_ |
| #define SRC_MEDIA_AUDIO_AUDIO_CORE_FWD_DECLS_H_ |
| |
| #include <fbl/intrusive_wavl_tree.h> |
| |
| namespace media::audio { |
| |
| class AudioDeviceManager; |
| class AudioCoreImpl; |
| class AudioRendererFormatInfo; |
| class AudioRendererImpl; |
| class AudioLink; |
| |
| } // namespace media::audio |
| |
| #endif // SRC_MEDIA_AUDIO_AUDIO_CORE_FWD_DECLS_H_ |