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/alsaaudio.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/alsaaudio.c')
-rw-r--r-- | audio/alsaaudio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c index a573a380a3..101af3367e 100644 --- a/audio/alsaaudio.c +++ b/audio/alsaaudio.c @@ -22,7 +22,8 @@ * THE SOFTWARE. */ #include <alsa/asoundlib.h> -#include "vl.h" +#include "qemu-common.h" +#include "audio.h" #define AUDIO_CAP "alsa" #include "audio_int.h" |