diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-17 17:35:54 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-17 17:35:54 +0000 |
commit | 749bc4bf0bcd36e38b86d75a98f287f1941394cb (patch) | |
tree | d2c095344c073f387c9fa81fc85c0b13f794a3cd /audio/dsoundaudio.c | |
parent | 87ecb68bdf8a3e40ef885ddbb7ca1797dca40ebf (diff) |
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 90a0333f13..a955cf4dc1 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" |