From da0fd51642d27d6bf9d1af3b3f0acf2888fe724c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 21 Sep 2022 09:29:33 -0400 Subject: audio_manager: Remove unused forward declarations Allows us to get rid of some unnecessary forward declarations and includes. --- src/audio_core/audio_manager.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/audio_core/audio_manager.h') diff --git a/src/audio_core/audio_manager.h b/src/audio_core/audio_manager.h index 6edf1541d..6c76c36a7 100644 --- a/src/audio_core/audio_manager.h +++ b/src/audio_core/audio_manager.h @@ -14,14 +14,6 @@ namespace AudioCore { -namespace AudioOut { -class Manager; -} - -namespace AudioIn { -class Manager; -} - /** * The AudioManager's main purpose is to wait for buffer events for the audio in and out managers, * and call an associated callback to release buffers. -- cgit v1.2.3