Remove stray uses of vl.h.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3675 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2007-11-17 17:35:54 +00:00
parent 87ecb68bdf
commit 749bc4bf0b
4 changed files with 8 additions and 4 deletions

View File

@ -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"

View File

@ -26,7 +26,8 @@
#include <string.h> /* strerror */
#include <pthread.h> /* pthread_X */
#include "vl.h"
#include "qemu-common.h"
#include "audio.h"
#define AUDIO_CAP "coreaudio"
#include "audio_int.h"

View File

@ -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"

View File

@ -23,7 +23,8 @@
*/
#include <fmod.h>
#include <fmod_errors.h>
#include "vl.h"
#include "qemu-common.h"
#include "audio.h"
#define AUDIO_CAP "fmod"
#include "audio_int.h"