Don't include audio.h when building tools.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2043 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d929eba5d4
commit
4f2092904d
2
vl.h
2
vl.h
@ -37,7 +37,6 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include "audio/audio.h"
|
||||
|
||||
#ifndef O_LARGEFILE
|
||||
#define O_LARGEFILE 0
|
||||
@ -78,6 +77,7 @@ static inline char *realpath(const char *path, char *resolved_path)
|
||||
|
||||
#else
|
||||
|
||||
#include "audio/audio.h"
|
||||
#include "cpu.h"
|
||||
#include "gdbstub.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user