summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Audio/DevSB16.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-03-22 09:55:26 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-03-22 09:55:26 +0000
commit339c2c78d63d28b8d85e5be883bc4c3231638bea (patch)
treebfe7ee37733e35978bdcf8b9b53ed0cd4c01d150 /src/VBox/Devices/Audio/DevSB16.cpp
parentd33b8b4d10adda3bdacc8d4501c33517dea415cd (diff)
downloadVirtualBox-svn-339c2c78d63d28b8d85e5be883bc4c3231638bea.tar.gz
Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h structures into DrvAudio.cpp. bugref:9890
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@88230 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/Audio/DevSB16.cpp')
-rw-r--r--src/VBox/Devices/Audio/DevSB16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Devices/Audio/DevSB16.cpp b/src/VBox/Devices/Audio/DevSB16.cpp
index f5203aa7a58..7e6561649dd 100644
--- a/src/VBox/Devices/Audio/DevSB16.cpp
+++ b/src/VBox/Devices/Audio/DevSB16.cpp
@@ -62,7 +62,7 @@
#include "AudioMixBuffer.h"
#include "AudioMixer.h"
-#include "DrvAudio.h"
+#include "DrvAudioCommon.h"
/*********************************************************************************************************************************