Commit 4f2092904d80257dfc9be7569cdf58ffbe0182a8
1 parent
d929eba5
Don't include audio.h when building tools.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2043 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
vl.h
... | ... | @@ -37,7 +37,6 @@ |
37 | 37 | #include <unistd.h> |
38 | 38 | #include <fcntl.h> |
39 | 39 | #include <sys/stat.h> |
40 | -#include "audio/audio.h" | |
41 | 40 | |
42 | 41 | #ifndef O_LARGEFILE |
43 | 42 | #define O_LARGEFILE 0 |
... | ... | @@ -78,6 +77,7 @@ static inline char *realpath(const char *path, char *resolved_path) |
78 | 77 | |
79 | 78 | #else |
80 | 79 | |
80 | +#include "audio/audio.h" | |
81 | 81 | #include "cpu.h" |
82 | 82 | #include "gdbstub.h" |
83 | 83 | ... | ... |