提交 749bc4bf 编写于 作者: P pbrook

Remove stray uses of vl.h.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3675 c046a42c-6fe2-441c-8c8c-71466251a162
上级 87ecb68b
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册