diff options
Diffstat (limited to 'hw/goldfish_audio.c')
-rw-r--r-- | hw/goldfish_audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/goldfish_audio.c b/hw/goldfish_audio.c index 3472d73..d0a44b5 100644 --- a/hw/goldfish_audio.c +++ b/hw/goldfish_audio.c @@ -9,10 +9,10 @@ ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** GNU General Public License for more details. */ -#include "vl.h" +#include "qemu_file.h" #include "goldfish_device.h" #include "audio/audio.h" -#include "android_debug.h" +#include "qemu_debug.h" #include "android/globals.h" #define DEBUG 1 |