Skip to content
Snippets Groups Projects
Commit 4f209290 authored by Paul Brook's avatar Paul Brook
Browse files

Don't include audio.h when building tools.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2043 c046a42c-6fe2-441c-8c8c-71466251a162
parent d929eba5
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment