diff options
author | 2007-11-17 17:35:54 +0000 | |
---|---|---|
committer | 2007-11-17 17:35:54 +0000 | |
commit | 749bc4bf0bcd36e38b86d75a98f287f1941394cb (patch) | |
tree | d2c095344c073f387c9fa81fc85c0b13f794a3cd /audio/dsoundaudio.c | |
parent | Break up vl.h. (diff) | |
download | qemu-kvm-749bc4bf0bcd36e38b86d75a98f287f1941394cb.tar.gz qemu-kvm-749bc4bf0bcd36e38b86d75a98f287f1941394cb.tar.bz2 qemu-kvm-749bc4bf0bcd36e38b86d75a98f287f1941394cb.zip |
Remove stray uses of vl.h.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3675 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'audio/dsoundaudio.c')
-rw-r--r-- | audio/dsoundaudio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/dsoundaudio.c b/audio/dsoundaudio.c index 90a0333f1..a955cf4dc 100644 --- a/audio/dsoundaudio.c +++ b/audio/dsoundaudio.c @@ -26,7 +26,8 @@ * SEAL 1.07 by Carlos 'pel' Hasan was used as documentation */ -#include "vl.h" +#include "qemu-common.h" +#include "audio.h" #define AUDIO_CAP "dsound" #include "audio_int.h" |